login2.jsp
페이지 정보

본문
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Insert title here</title>
</head>
<body>
<h1>로그인</h1>
<form action="sessionLogin" method="post">
<table width=300 border=1>
<tr>
<td>아이디 :</td>
<td><input type="text" name="id" id="id"/></td>
</tr>
<tr>
<td>비밀번호 :</td>
<td><input type="password" name="passwd" id="passwd"/></td>
</tr>
<tr>
<td></td>
<td><input type="submit" value="로그인"/></td>
</tr>
</table>
</form>
</body>
</html>
- 이전글● Form 태그 사용한 POST 방식 로그인 세션처리 21.07.15
- 다음글SessionLoginServlet.java 21.07.15
댓글목록
등록된 댓글이 없습니다.
