컨트롤러, 커맨드 구조 추가하여 연동
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user