attributeTest1_Form.jsp
페이지 정보
본문
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<html>
<head>
<title>Attribute Test Form</title>
</head>
<body>
<h2>영역과 속성 테스트</h2>
<form action="attributeTest1.jsp" method="post">
<table border="1">
<tr><td colspan="2">Application 영역에 저장할 내용들</td></tr>
<tr>
<td>이름</td>
<td><input type="text" name="name"></td>
</tr>
<tr>
<td>아이디</td>
<td><input type="text" name="id"></td>
</tr>
<tr>
<td colspan="2"><input type="submit" value="전송"></td>
</tr>
</table>
</form>
</body>
</html>
추천0
- 이전글● 내장 기본 객체의 영역(Scope), 속성(Attribute) 21.07.15
- 다음글attributeTest1.jsp 21.07.15
댓글목록
등록된 댓글이 없습니다.