Menu



Manage

Cord > Project_쇼핑몰(탁구용품) 전체 다운로드
파일 목록
Project_쇼핑몰(탁구용품) > src/main/webapp/sopo.jsp Lines 21 | 416 바이트
다운로드

                        <%@page import="pay.Pay"%>
<%@ page language="java" contentType="text/html; charset=UTF-8"
    pageEncoding="UTF-8"%>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Insert title here</title>
</head>
<body>
	<%
		int ono = Integer.parseInt(request.getParameter("ono"));
		Pay p = new Pay();
		p.sopo(ono);
	%>

	<script>
		location.href = 'orderManage.jsp';
	</script>
</body>
</html>