패스워드 : 필수 입력입니다. 경고창 문제 ㅠㅠ
아웃로그인 스킨은 http://sir.co.kr/bbs/board.php?bo_table=g4_skin&wr_id=90589&sca=%BF%DC%BA%CE%B7%CE%B1%D7%C0%CE&page=3 이거 사용중이구요,
사이트 주소는 http://kimkey.com/
테스트용 아이디는 아이디 : test / 비번 : test1234 입니다.
로그인할때마다 "패스워드 : 필수 입력입니다." 라는 경고창이 뜨고나서 확인을 누르면
정상적으로 로그인이 되네요. 컴퓨터에서는 문제가 없지만 스마트폰에서는 로그인이 안됩니다.
다른 아웃로그인 스킨 사용시에는 별 이상이 없던데 뭐가 문제인건가요? ㅠㅠ 어느 부분을 수정해야 하는지 친절하게 가르쳐주세요~! 혹시 몰라 태그도 같이 올립니다.
<!-- 로그인 전 외부로그인 시작 -->
<table width="" border="0" cellpadding="0" cellspacing="0">
<form name="fhead" method="post" action="javascript:fhead_submit(document.fhead);" autocomplete="off">
<input type="hidden" name="url" value="<?=$urlencode?>">
<tr height="20">
<td width="22"><img src="<?=$outlogin_skin_path?>/img/text_id.gif" width="22" height="22"></td>
<td width="65" align="center"><input name="mb_id" type="text" maxlength="20" required itemname="아이디" value='' onMouseOver='chkReset(this.form);' onfocus="this.value=''" class='login_input'></td>
<td width="22"><img src="<?=$outlogin_skin_path?>/img/text_pw.gif" width="22" height="22"></td>
<td id=pw1 width="65" align="center"><input type="text" maxlength="20" required itemname="패스워드" value='' onMouseOver='chkReset(this.form);' onfocus='chkReset(this.form);' class='login_input'></td>
<td id=pw2 style='display:none;' width="65" align="center"><input name="mb_password" type="password" maxlength="20" required itemname="패스워드" onMouseOver='chkReset(this.form);' onfocus='chkReset(this.form);' class='login_input'></td>
<td width="20" valign="top"><input type="checkbox" name="auto_login" value="1" onclick="if (this.checked) { if (confirm('자동로그인을 사용하면\n다음부터 아이디와 패스워드를 입력할 필요가 없지롱!\n\n공공장소에서는 개인정보가 유출될 수 있으니\n사용을 자제해 줘 ^ㅂ^*\n\n자동로그인을 사용할거야?')) { this.checked = true; } else { this.checked = false; } }"></td>
<td width="40"><input type="image" src="<?=$outlogin_skin_path?>/img/login.gif" width="38" height="19"></td>
<td width="42"><div align="right"><a href="<?=$g4[bbs_path]?>/register.php"><img src="<?=$outlogin_skin_path?>/img/join.gif" width="40" height="19" border="0"></a></div></td>
</tr>
</form>
</table>
사이트 주소는 http://kimkey.com/
테스트용 아이디는 아이디 : test / 비번 : test1234 입니다.
로그인할때마다 "패스워드 : 필수 입력입니다." 라는 경고창이 뜨고나서 확인을 누르면
정상적으로 로그인이 되네요. 컴퓨터에서는 문제가 없지만 스마트폰에서는 로그인이 안됩니다.
다른 아웃로그인 스킨 사용시에는 별 이상이 없던데 뭐가 문제인건가요? ㅠㅠ 어느 부분을 수정해야 하는지 친절하게 가르쳐주세요~! 혹시 몰라 태그도 같이 올립니다.
<!-- 로그인 전 외부로그인 시작 -->
<table width="" border="0" cellpadding="0" cellspacing="0">
<form name="fhead" method="post" action="javascript:fhead_submit(document.fhead);" autocomplete="off">
<input type="hidden" name="url" value="<?=$urlencode?>">
<tr height="20">
<td width="22"><img src="<?=$outlogin_skin_path?>/img/text_id.gif" width="22" height="22"></td>
<td width="65" align="center"><input name="mb_id" type="text" maxlength="20" required itemname="아이디" value='' onMouseOver='chkReset(this.form);' onfocus="this.value=''" class='login_input'></td>
<td width="22"><img src="<?=$outlogin_skin_path?>/img/text_pw.gif" width="22" height="22"></td>
<td id=pw1 width="65" align="center"><input type="text" maxlength="20" required itemname="패스워드" value='' onMouseOver='chkReset(this.form);' onfocus='chkReset(this.form);' class='login_input'></td>
<td id=pw2 style='display:none;' width="65" align="center"><input name="mb_password" type="password" maxlength="20" required itemname="패스워드" onMouseOver='chkReset(this.form);' onfocus='chkReset(this.form);' class='login_input'></td>
<td width="20" valign="top"><input type="checkbox" name="auto_login" value="1" onclick="if (this.checked) { if (confirm('자동로그인을 사용하면\n다음부터 아이디와 패스워드를 입력할 필요가 없지롱!\n\n공공장소에서는 개인정보가 유출될 수 있으니\n사용을 자제해 줘 ^ㅂ^*\n\n자동로그인을 사용할거야?')) { this.checked = true; } else { this.checked = false; } }"></td>
<td width="40"><input type="image" src="<?=$outlogin_skin_path?>/img/login.gif" width="38" height="19"></td>
<td width="42"><div align="right"><a href="<?=$g4[bbs_path]?>/register.php"><img src="<?=$outlogin_skin_path?>/img/join.gif" width="40" height="19" border="0"></a></div></td>
</tr>
</form>
</table>
게시판 목록
그누4 질문답변
그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기
기존 게시물은 열람만 가능합니다.
기존 게시물은 열람만 가능합니다.
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 66394 | 11년 전 | 2274 | ||
| 66393 | 11년 전 | 3562 | ||
| 66392 |
열라뽕똬이
|
11년 전 | 2896 | |
| 66391 |
켠김에PHP
|
11년 전 | 2346 | |
| 66390 | 11년 전 | 2216 | ||
| 66389 | 11년 전 | 2834 | ||
| 66388 | 11년 전 | 2655 | ||
| 66387 | 11년 전 | 3215 | ||
| 66386 | 11년 전 | 2478 | ||
| 66385 |
alexseo
|
11년 전 | 3471 | |
| 66384 | 11년 전 | 3251 | ||
| 66383 | 11년 전 | 2564 | ||
| 66382 |
alexseo
|
11년 전 | 2765 | |
| 66381 | 11년 전 | 2240 | ||
| 66380 | 11년 전 | 2149 | ||
| 66379 | 11년 전 | 4170 | ||
| 66378 |
하프의정령
|
11년 전 | 2364 | |
| 66377 | 11년 전 | 2416 | ||
| 66376 | 11년 전 | 3225 | ||
| 66375 |
hmklife
|
11년 전 | 3613 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기