제발 도와주세요 ㅠㅠ 정보
제발 도와주세요 ㅠㅠ본문
어제부터 오늘까지 실명인증이 저를 미치게만드네요
이것이 대충과정인데요
location.href을 써서 실명인증성공시 'register_form.php' 으로 가게 만들엇는데
'register_form.php'으로 가면 약관에동의안했다고 다시 처음으로 되돌아가버립니다 ㅠㅠ
어떻게 해야될까요 ㅠㅠ
제발도와주세요~~
#####RNCheckRequest.php######
if ( strRetCd == "1" ) // 실명인증성공
{
location.href='register_form.php';
alert( strProcessMessage ); //결과 메시지 출력
}
##########약관동의###########
<table width="100%" cellpadding="4" cellspacing="0" bgcolor=#EEEEEE>
<tr>
<td height=40> <b>회원가입약관</b></td>
</tr>
<tr>
<td align="center" valign="top"><textarea style="width: 98%" rows=10 readonly class=ed><?=get_text($config[cf_stipulation])?></textarea></td>
</tr>
<tr>
<td height=40>
<input type=radio value=1 name=agree id=agree11> <label for=agree11>동의합니다.</label>
<input type=radio value=0 name=agree id=agree10> <label for=agree10>동의하지 않습니다.</label>
</td>
</tr>
</table>
<br>
<table width="100%" cellpadding="4" cellspacing="0" bgcolor=#EEEEEE>
<tr>
<td height=40> <b>개인정보취급방침</b></td>
</tr>
<tr>
<td align="center" valign="top"><textarea style="width: 98%" rows=10 readonly class=ed><?=get_text($config[cf_privacy])?></textarea></td>
</tr>
<tr>
<td height=40>
<input type=radio value=1 name=agree2 id=agree21> <label for=agree21>동의합니다.</label>
<input type=radio value=0 name=agree2 id=agree20> <label for=agree20>동의하지 않습니다.</label>
</td>
</tr>
</table>
이것이 대충과정인데요
location.href을 써서 실명인증성공시 'register_form.php' 으로 가게 만들엇는데
'register_form.php'으로 가면 약관에동의안했다고 다시 처음으로 되돌아가버립니다 ㅠㅠ
어떻게 해야될까요 ㅠㅠ
제발도와주세요~~
#####RNCheckRequest.php######
if ( strRetCd == "1" ) // 실명인증성공
{
location.href='register_form.php';
alert( strProcessMessage ); //결과 메시지 출력
}
##########약관동의###########
<table width="100%" cellpadding="4" cellspacing="0" bgcolor=#EEEEEE>
<tr>
<td height=40> <b>회원가입약관</b></td>
</tr>
<tr>
<td align="center" valign="top"><textarea style="width: 98%" rows=10 readonly class=ed><?=get_text($config[cf_stipulation])?></textarea></td>
</tr>
<tr>
<td height=40>
<input type=radio value=1 name=agree id=agree11> <label for=agree11>동의합니다.</label>
<input type=radio value=0 name=agree id=agree10> <label for=agree10>동의하지 않습니다.</label>
</td>
</tr>
</table>
<br>
<table width="100%" cellpadding="4" cellspacing="0" bgcolor=#EEEEEE>
<tr>
<td height=40> <b>개인정보취급방침</b></td>
</tr>
<tr>
<td align="center" valign="top"><textarea style="width: 98%" rows=10 readonly class=ed><?=get_text($config[cf_privacy])?></textarea></td>
</tr>
<tr>
<td height=40>
<input type=radio value=1 name=agree2 id=agree21> <label for=agree21>동의합니다.</label>
<input type=radio value=0 name=agree2 id=agree20> <label for=agree20>동의하지 않습니다.</label>
</td>
</tr>
</table>
댓글 전체