prac6.html
394 Bytes
<table border="1">
<form action"/update.php" method="post">
<thead>
<tr>
<th>아이디</th>
<td>
<input type="text" name="name" size="10"/>
<input type="button" value="중복조회"/>
</td>
</tr>
<tr>
<th>비밀번호</th>
<td>
<input type="password" name="pwd" size="10"/>
</td>
<th>확인</th>
<td>
<input type="recheck" name="rec" size="10"/>
</td>
</tr>