Page 259 - 2020학년도 MDP과제발표회 자료집 (통신과) (3)
P. 259
택배" 경동 택배> </option>
<option value= 한진"
<option value= 경동"
<optionvalue= 쿠팡" " 쿠팡> </option>
</h2>
</select>
<center>
value= 회원가입" " id="button"> <input type="button"
</center>
</form>
</body>
</html>
⑧ 로그아웃
<%@ page language="java" contentType="text/html; charset=utf-8"
pageEncoding="utf-8"%>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title> 로그아웃</title>
</head>
<body>
<%
session.invalidate();
%>
<script>
location.href="Main.html";
</body> </script
</html>
- 268 -