제발 도와주세요 ㅠㅠ > 그누4 질문답변

그누4 질문답변

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기
기존 게시물은 열람만 가능합니다.

제발 도와주세요 ㅠㅠ 정보

제발 도와주세요 ㅠㅠ

본문

어제부터 오늘까지 실명인증이 저를 미치게만드네요
이것이 대충과정인데요
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>&nbsp; <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>
                &nbsp; <input type=radio value=1 name=agree id=agree11>&nbsp;<label for=agree11>동의합니다.</label>
                &nbsp; <input type=radio value=0 name=agree id=agree10>&nbsp;<label for=agree10>동의하지 않습니다.</label>
            </td>
        </tr>
    </table>

    <br>
    <table width="100%" cellpadding="4" cellspacing="0" bgcolor=#EEEEEE>
        <tr>
            <td height=40>&nbsp; <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>
                &nbsp; <input type=radio value=1 name=agree2 id=agree21>&nbsp;<label for=agree21>동의합니다.</label>
                &nbsp; <input type=radio value=0 name=agree2 id=agree20>&nbsp;<label for=agree20>동의하지 않습니다.</label>
            </td>
        </tr>
    </table>
  • 복사

댓글 전체

© SIRSOFT
현재 페이지 제일 처음으로