game.zip



index.jsp



<%@ page contentType="text/html;charset=euc-kr"%>

<%

String target = request.getParameter("target") + ".jsp";

%>


<html>

<body>

<head><title>모듈화2</title></head>

<table width="500" border="1"  cellpadding="5" align="center">

<tr>

<td colspan="2">

<jsp:include page="include/top.jsp" flush="false" />

</td>

</td>


<tr>

<td valign="top">

<jsp:include page="include/menu.jsp" flush="false"/>

</td>

<td width="80%" valign="middle">

<jsp:include page="<%=target%>" flush="false" />

</td>

</tr>


<tr>

<td colspan="2">

<jsp:include page="include/bottom.jsp" flush="false"/>

</td>

</tr>

</body>

</html>




'개발자 > JSP' 카테고리의 다른 글

input type button 만들기  (0) 2013.03.06
Jsp controller 중 HttpservletRequest 를 읽어 오지 못하는 경우!  (0) 2013.03.06
JSP 사진,파일 upload 예제  (0) 2013.02.01
JSP Enumeration 사용 예제  (0) 2013.02.01
JSP post 전송 폼  (0) 2013.02.01
블로그 이미지

김진리

,