외부로그인이 스마트폰에서 안먹힙니다.. 정보
외부로그인이 스마트폰에서 안먹힙니다..본문
아이디 입력부분은 잘 입력되는데 비밀번호 부분이 클릭하면 숫자 입력 키패드가 나와야되는데..
인식이 안되네요.. 전에 다른스킨을 입히니 잘 됬었는데..
혹시 스킨 소스 잘못된 부분이 있으면 지적좀 해주세요...^^
감사합니다^^~
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
<script type="text/javascript" language=JavaScript>
// 엠파스 로긴 참고
var bReset = true;
function chkReset(f)
{
if (bReset) { if ( f.mb_id.value == '아이디' ) f.mb_id.value = ''; bReset = false; }
document.getElementById("pw1").style.display = "none";
document.getElementById("pw2").style.display = "";
}
</script>
<style>
.login_input { border:1px solid #CCCCCC; height:18px; width:65px;}
</style>
<!-- 로그인 전 외부로그인 시작 -->
<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="19">
<td width="40"><img src="<?=$outlogin_skin_path?>/img/text_id.gif" width="40" height="19"></td>
<td width="40" align="center"><input name="mb_id" type="text" class=ed size="11" maxlength="19" required itemname="아이디" onMouseOver='chkReset(this.form);' onFocus='chkReset(this.form);'></td>
<td width="30"><img src="<?=$outlogin_skin_path?>/img/text_pw.gif" width="45" height="19"></td>
<td width="5"><td id=pw1 align="center"><input name="mb_password" type="password" class=ed size="11" maxlength="20" itemname="패스워드" onMouseOver='chkReset(this.form);' onfocus='chkReset(this.form);' onKeyPress="check_capslock(event, 'outlogin_mb_password');"></td>
<td width="0"><td id=pw2 style='display:none;' width="80" align="center"><input name="mb_password" type="password" class=ed size="11" maxlength="20" itemname="패스워드" onMouseOver='chkReset(this.form);' onfocus='chkReset(this.form);' onKeyPress="check_capslock(event, 'outlogin_mb_password');"></td>
<td width="30" align="middle"><input type="checkbox" name="auto_login" value="1" onclick="if (this.checked) { if (confirm('자동로그인을 사용하시면 다음부터 회원아이디와 패스워드를 입력하실 필요가 없습니다.\n\n\공공장소에서는 개인정보가 유출될 수 있으니 사용을 자제하여 주십시오.\n\n자동로그인을 사용하시겠습니까?')) { this.checked = true; } else { this.checked = false; } }"></td>
<td width="30"><input type="image" src="<?=$outlogin_skin_path?>/img/login.gif" width="38" height="19"></td>
<td width="55"><a href="javascript:win_password_lost();"><img src="<?=$outlogin_skin_path?>/img/id_pw.gif" width="60" height="19" border="0"></a></td>
<td width="45"><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>
<script language="JavaScript">
function fhead_submit(f)
{
f.action = "<?=$g4[bbs_path]?>/login_check.php";
f.submit();
}
</script>
<!-- 로그인 전 외부로그인 끝 -->
인식이 안되네요.. 전에 다른스킨을 입히니 잘 됬었는데..
혹시 스킨 소스 잘못된 부분이 있으면 지적좀 해주세요...^^
감사합니다^^~
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
<script type="text/javascript" language=JavaScript>
// 엠파스 로긴 참고
var bReset = true;
function chkReset(f)
{
if (bReset) { if ( f.mb_id.value == '아이디' ) f.mb_id.value = ''; bReset = false; }
document.getElementById("pw1").style.display = "none";
document.getElementById("pw2").style.display = "";
}
</script>
<style>
.login_input { border:1px solid #CCCCCC; height:18px; width:65px;}
</style>
<!-- 로그인 전 외부로그인 시작 -->
<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="19">
<td width="40"><img src="<?=$outlogin_skin_path?>/img/text_id.gif" width="40" height="19"></td>
<td width="40" align="center"><input name="mb_id" type="text" class=ed size="11" maxlength="19" required itemname="아이디" onMouseOver='chkReset(this.form);' onFocus='chkReset(this.form);'></td>
<td width="30"><img src="<?=$outlogin_skin_path?>/img/text_pw.gif" width="45" height="19"></td>
<td width="5"><td id=pw1 align="center"><input name="mb_password" type="password" class=ed size="11" maxlength="20" itemname="패스워드" onMouseOver='chkReset(this.form);' onfocus='chkReset(this.form);' onKeyPress="check_capslock(event, 'outlogin_mb_password');"></td>
<td width="0"><td id=pw2 style='display:none;' width="80" align="center"><input name="mb_password" type="password" class=ed size="11" maxlength="20" itemname="패스워드" onMouseOver='chkReset(this.form);' onfocus='chkReset(this.form);' onKeyPress="check_capslock(event, 'outlogin_mb_password');"></td>
<td width="30" align="middle"><input type="checkbox" name="auto_login" value="1" onclick="if (this.checked) { if (confirm('자동로그인을 사용하시면 다음부터 회원아이디와 패스워드를 입력하실 필요가 없습니다.\n\n\공공장소에서는 개인정보가 유출될 수 있으니 사용을 자제하여 주십시오.\n\n자동로그인을 사용하시겠습니까?')) { this.checked = true; } else { this.checked = false; } }"></td>
<td width="30"><input type="image" src="<?=$outlogin_skin_path?>/img/login.gif" width="38" height="19"></td>
<td width="55"><a href="javascript:win_password_lost();"><img src="<?=$outlogin_skin_path?>/img/id_pw.gif" width="60" height="19" border="0"></a></td>
<td width="45"><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>
<script language="JavaScript">
function fhead_submit(f)
{
f.action = "<?=$g4[bbs_path]?>/login_check.php";
f.submit();
}
</script>
<!-- 로그인 전 외부로그인 끝 -->
댓글 전체