올바른 방법으로 이용해주십시오.관하여 질문드리겠습니다.

올바른 방법으로 이용해주십시오.관하여 질문드리겠습니다.

QA

올바른 방법으로 이용해주십시오.관하여 질문드리겠습니다.

본문

안녕하세요. 

프로그램은 잘 모르는 웹디입니다.

 

홈페이지를 작업중

메인화면에 입력폼이 3개가 있는데

 

위에 2개는 이름과 연락처를 넣으면

"올바른 방법으로 이용해주십시오."

이라는 메세지가 나옵니다.

 

그런데 3번재 폼에서는 정상적으로 입력이 됩니다. ㅠ.ㅠ

 

열심히 검색도 해보고 했는데

도저히 답을 못찾겠습니다.

 

1번째 폼


        <table cellpadding="0" cellspacing="0" border="0" style="width:239px; margin:15px 1px 0 1px;">
        <form name=frm method=post action="<?=$g5['path']?>/bbs/write_update.php" onsubmit="return checkFrm(this);">
            <input type="hidden" name="uid" value="<?php echo get_uniqid(); ?>">
            <input type="hidden" name="token" value=<?php echo get_write_token('quick_call') ?>>
            <input type="hidden" name="w" value="<?php echo $w ?>">
            <input type="hidden" name="bo_table" value="quick_call">
            <input type="hidden" name="wr_id" value="<?php echo $wr_id ?>">
            <input type="hidden" name="sca" value="<?php echo $sca ?>">
            <input type="hidden" name="sfl" value="<?php echo $sfl ?>">
            <input type="hidden" name="stx" value="<?php echo $stx ?>">
            <input type="hidden" name="spt" value="<?php echo $spt ?>">
            <input type="hidden" name="sst" value="<?php echo $sst ?>">
            <input type="hidden" name="sod" value="<?php echo $sod ?>">
            <input type="hidden" name="page" value="<?php echo $page ?>">
            <input type="hidden" name="s" value="s">
            <input type="hidden" name="wr_subject" value="인터넷신청설치현금사은품지급 상담예약">
            <input type="hidden" name="wr_content" value="인터넷신청설치현금사은품지급 상담예약">
            <input type="hidden" name="wr_key" value="<?=$norobot_key?>">
            <input type="hidden" name="wr_1" value="">
            <tr>
                <td width="60" height="54" align="right" valign="top">
                    <img src="/theme/basic/image/txt_name1.gif" style="margin:16px 6px 0 0;" >
                </td>
                <td align="left" valign="top">
                    <input type="text" name="wr_name" value="<?php echo $name ?>" id="wr_name" required itemname="이름" class="frm_input11" size="25" maxlength="100" style="margin-left:1px; margin-top:1px;">
                </td>
            </tr>
            <tr>
                <td width="60" height="54" align="right" valign="top">
                    <img src="/theme/basic/image/txt_phone1.gif" style="margin:16px 6px 0 0;" >
                </td>
                <td align="left" valign="top">
                    <input type='tel'#elsetype='number' name="wr_7" value="<?php echo $wr_7 ?>" id="wr_7" required itemname="휴대폰" class="frm_input12" size="25" maxlength="40" style="margin-left:1px; margin-top:1px;">
                </td>
            </tr>
            <tr>
                <td height="30" colspan="2" align="center" style="letter-spacing:-1px;">
                    <input type=checkbox name=wr_6 value="6" <?=$write[wr_6]?> required>
                    개인정보수집 및 활용동의  <a href="/template/policy.php" target="_blank"><strong>[약관보기]</strong></a>
                </td>
            </tr>
            <tr>
                <td height="51" colspan="2" align="center" valign="middle"><input type="image" src="/theme/basic/image/btn_quickcall_ok.gif" alt="상담신청" ></td>
            </tr>                
        </form>
        </table>

 

 

2번째,3번째 입력폼 이건 include 하여 사용하였습니다.


    <table border="0" cellspacing="0" cellpadding="0" class="tbl_call01">
    <form name=frm method=post action="<?=$g5['path']?>/bbs/write_update.php" onsubmit="return checkFrm(this);">
        <input type="hidden" name="uid" value="<?php echo get_uniqid(); ?>">
        <input type="hidden" name="token" value=<?php echo get_write_token('quick_call') ?>>
        <input type="hidden" name="w" value="<?php echo $w ?>">
        <input type="hidden" name="bo_table" value="quick_call">
        <input type="hidden" name="wr_id" value="<?php echo $wr_id ?>">
        <input type="hidden" name="sca" value="<?php echo $sca ?>">
        <input type="hidden" name="sfl" value="<?php echo $sfl ?>">
        <input type="hidden" name="stx" value="<?php echo $stx ?>">
        <input type="hidden" name="spt" value="<?php echo $spt ?>">
        <input type="hidden" name="sst" value="<?php echo $sst ?>">
        <input type="hidden" name="sod" value="<?php echo $sod ?>">
        <input type="hidden" name="page" value="<?php echo $page ?>">
        <input type="hidden" name="s" value="s">
        <input type="hidden" name="wr_subject" value="인터넷신청설치현금사은품지급 상담예약">
        <input type="hidden" name="wr_content" value="인터넷신청설치현금사은품지급 상담예약">
        <input type="hidden" name="wr_key" value="<?=$norobot_key?>">
           <input type="hidden" name="wr_1" value="">    
        
        <tr>
            <td style="width:310px; height:65px; margin:0; padding:0;"></td>
            <td > </td>
            <td > </td>
            <td > </td>
            <td > </td>
            <td > </td>                    
        </tr>
        <tr>
            <td> </td>
            <td width="40" align="right" valign="middle"><img src="/theme/image/txt_name1.png"></td>
            <td width="110" align="left"><input type="text" name="wr_name" value="<?php echo $name ?>" id="wr_name" required itemname="이름" class="frm_input21" size="25" maxlength="40" style="margin-left:1px; margin-top:1px;"></td>
            <td width="60" align="right" valign="middle"><img src="/theme/image/txt_phone1.png"></td>
            <td width="230" align="left"><input type='tel'#elsetype='number' name="wr_7" value="<?php echo $wr_7 ?>" id="wr_7" required itemname="휴대폰" class="frm_input22" size="25" maxlength="100" style="margin-left:1px; margin-top:1px;"></td>
            <td align="left"><input type=image src="/theme/image/btn_quickcall.gif" alt="상담신청" ></td>
        </tr>
        <tr>
            <td height="12" style="height:12px; margin:0; padding:0;"></td>
            <td height="12" colspan="4" valign="top" style="text-align:left;height:12px; margin:0; padding:0 0 0 12px; font-size:12px; letter-spacing:-1px;"><input type=checkbox name=wr_6 value="6" <?=$write[wr_6]?> required> <span class="txt_white">개인정보 수집및 활용동의</span>
                  <a href="/template/policy.php" target="_blank"><strong>[약관보기]</strong></a></td>
            <td height="12"></td>
        </tr>
    </form>
    </table>

이 질문에 댓글 쓰기 :

답변 1

토큰정보와 제대로 전달되고 있는지 값 전달되어지는 과정에서 체크하는 부분입니다.

요청하는 토큰정보가 제대로 전달되고 있는지 체크해 봐야 할듯 합니다.

답변을 작성하시기 전에 로그인 해주세요.
전체 123,593 | RSS
QA 내용 검색

회원로그인

(주)에스아이알소프트 / 대표:홍석명 / (06211) 서울특별시 강남구 역삼동 707-34 한신인터밸리24 서관 1404호 / E-Mail: admin@sir.kr
사업자등록번호: 217-81-36347 / 통신판매업신고번호:2014-서울강남-02098호 / 개인정보보호책임자:김민섭(minsup@sir.kr)
© SIRSOFT