패스워드 글씨 않보이게 부탁합니다.
수고많으십니다.
<table width="100" align='left' border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="100" height="23" colspan="2" align="left">
<input name="mb_id" type="text" class=ed size="12" maxlength="20"
required itemname="아이디" value='' onMouseOver='chkReset(this.form);'
onFocus='chkReset(this.form);'></td>
</tr>
<tr>
<td id=pw1 width="100" height="23" colspan="2" align="left">
<input type="text" class=ed size="12" maxlength="20" required itemname="패스워드"
value='패스워드' onMouseOver='chkReset(this.form);'
onfocus='chkReset(this.form);'></td>
<td id=pw2 style='display:none;' width="100" height="23" colspan="2" align="left">
<input name="mb_password" id="outlogin_mb_password" type="password" class=ed
size="12" maxlength="20" itemname="패스워드" onMouseOver='chkReset(this.form);'
onfocus='chkReset(this.form);'
onKeyPress="check_capslock(event, 'outlogin_mb_password');"></td>
</tr>
</table>
<table width="100" align='left' border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="100" height="23" colspan="2" align="left">
<input name="mb_id" type="text" class=ed size="12" maxlength="20"
required itemname="아이디" value='' onMouseOver='chkReset(this.form);'
onFocus='chkReset(this.form);'></td>
</tr>
<tr>
<td id=pw1 width="100" height="23" colspan="2" align="left">
<input type="text" class=ed size="12" maxlength="20" required itemname="패스워드"
value='패스워드' onMouseOver='chkReset(this.form);'
onfocus='chkReset(this.form);'></td>
<td id=pw2 style='display:none;' width="100" height="23" colspan="2" align="left">
<input name="mb_password" id="outlogin_mb_password" type="password" class=ed
size="12" maxlength="20" itemname="패스워드" onMouseOver='chkReset(this.form);'
onfocus='chkReset(this.form);'
onKeyPress="check_capslock(event, 'outlogin_mb_password');"></td>
</tr>
</table>
첨부파일
|
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기
댓글 4개
이렇게 고쳐 보세요
value=' '
value 사이에 안보이는 값을 넣었으니 그대로 긁어다 복사해서 붙여 넣어 보세요
왜그런건지 궁금하지만, 열심히 공부하겠습니다 ^^
감사합니다.