컨트롤러, 커맨드 구조 추가하여 연동

This commit is contained in:
mcutegs2
2020-06-08 16:50:52 +09:00
parent 70c7c4771a
commit 831a4a2d5e
7 changed files with 125 additions and 10 deletions

View File

@@ -5,16 +5,8 @@
<head>
<meta charset="UTF-8">
<title>병원 관리 시스템</title>
<jsp:forward page="/home.do"></jsp:forward>
</head>
<BODY bgcolor=black>
<h1 style="color:white;">병원 임직원 회원가입</h1>
<FORM action="join.jsp" method="post">
<font color=white>
아이디 : <INPUT type="text" name="id" maxlength="8"><BR>
암호 : <INPUT type="password" name="pwd" maxlength="8"><BR>
이름 : <INPUT type="text" name="name" maxlength="12"><BR>
e-mail : <INPUT type="text" name="email" maxlength="25"><P>
<INPUT type="submit" value=" 저 장 "></font>
</FORM>
</BODY>
</html>
</html>