패스워드 글씨 않보이게 부탁합니다. 정보
패스워드 글씨 않보이게 부탁합니다.본문
수고많으십니다.
<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>
댓글 전체
value='패스워드' 를 value=''
이렇게 고쳐 보세요
이렇게 고쳐 보세요
말씀하신데로 하면 로그인 할 때 ' 패스워드를 입력하라는 창이 뜹니다.
그럼 편법이지만 이렇게 해보세요.
value=' '
value 사이에 안보이는 값을 넣었으니 그대로 긁어다 복사해서 붙여 넣어 보세요
value=' '
value 사이에 안보이는 값을 넣었으니 그대로 긁어다 복사해서 붙여 넣어 보세요
오~ 해결되었습니다.
왜그런건지 궁금하지만, 열심히 공부하겠습니다 ^^
감사합니다.
왜그런건지 궁금하지만, 열심히 공부하겠습니다 ^^
감사합니다.