fairnet/src/main/webapp/WEB-INF/views/site/bbs/html/memberChk.html
2024-09-04 18:26:08 +09:00

23 lines
719 B
HTML

<form id="frm" name="frm" action="/user/proc/<c:out escapeXml='true' value='${siteIdx}' />/memberChkProc.do" method="post" >
<table>
<caption>회원아이디의 입력 화면 입니다.</caption>
<colgroup>
<col style="width: 20%;" />
<col style="width: auto;" />
</colgroup>
<tbody>
<tr>
<th scope="row"><label for="memberId">회원아이디</label></th>
<td><input type="text" maxlength="100" maxlength="100" name="memberId" id="memberId" title="회원아이디" value="" required style="ime-mode: disabled; width:200px;" /></td>
</tr>
</tbody>
</table>
<div>
<input type="submit" value="확인" /></span>
<a href="javascript:window.close();">닫기</a></span>
</div>
</form>