forwardTest2.jsp > MODEL

본문 바로가기

사이트 내 전체검색

뒤로가기 MODEL

forwardTest2.jsp

페이지 정보

작성자 관리자 작성일 21-07-15 19:05 조회 463 댓글 0

본문

<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>

<!DOCTYPE html>

<html>

<head>

<meta charset="UTF-8">

<title>Forward Action Test</title>

</head>

<body>


<h2>포워드 된 페이지(forwardTest2.jsp)</h2>

<table>

<tr>

<td>이름</td>

<td><%=request.getParameter("name") %></td>

</tr>

<tr>

<td>나이</td>

<td><%=request.getParameter("age") %></td>

</tr>

<tr>

<td>주소</td>

<td><%=request.getParameter("address") %></td>

</tr>

<tr>

<td>전화번호</td>

<td><%=request.getParameter("tel") %></td>

</tr>

</table>


</body>

</html>

추천0

댓글목록 0

등록된 댓글이 없습니다.


Copyright © dancePKT. All rights reserved.
PC 버전으로 보기