글쓰기 주소를 뷰페이지로 불러올때요~ 채택완료
홀로그램웹
2년 전
조회 1,497
</p>
<p><li class="form-wrap">
<label for="ex_zip">주소<span class="require">*<span class="blind">필수</span></span></label>
<span class="input-box-address">
<!--<label for="ex_zip" class="sound_only">우편번호</label>-->
<input type="text" name="ex_zip" value="<?php echo $ex_zip; ?>" id="ex_zip" class="frm_input <?php echo $required ?>" size="6" maxlength="6" <?php echo $required ?>></p>
<p> <button type="button" class="btn_frmline" onclick="win_zip('fwrite', 'ex_zip', 'ex_addr1', 'ex_addr2', 'ex_addr3', 'ex_jibeon');">우편번호 검색</button>
<input type="text" style="width:350px; " name="ex_addr1" value="<?php echo $ex_addr1; ?>" id="ex_addr1" class="full_input frm_input frm_address <?php echo $required ?>" <?php echo $required ?> size="50" placeholder="기본주소" ></p>
<p> <input type="text" style="width:350px;" name="ex_addr2" value="<?php echo $ex_addr2; ?>" id="ex_addr2" class="full_input frm_input frm_address <?php echo $required ?>" <?php echo $required ?> size="50" placeholder="나머지 주소를 입력해주세요">
<input type="text" style="width:350px;" name="ex_addr3" value="<?php echo $ex_addr3; ?>" id="ex_addr3" class="full_input frm_input frm_address" size="50" readonly="readonly" placeholder="참고사항" >
<input type="hidden" style="width:350px;" name="ex_jibeon" value="<?php echo $ex_jibeon; ?>">
<input type="hidden" style="width:350px;" name="address" value="<?php echo $m?>"></p>
<p> </span></p>
<p> </li></p>
<p>
view 페이지에서는 저 주소를 어떻게 불러와야해요?
이렇게 썼는데 안되더라구요 ㅠㅠ 디자이너입니다 ㅠㅠ도와주십시요 ㅠㅠ
댓글을 작성하려면 로그인이 필요합니다.
답변 4개
채택된 답변
+20 포인트
2년 전
win_zip('fwrite', 'ex_zip', 'ex_addr1', 'ex_addr2', 'ex_addr3', 'ex_jibeon');
위에서 fwrite 가 폼이름 입니다.
즉 위 아래
태그도 복사해서 넣어줘야 합니다.
로그인 후 평가할 수 있습니다
댓글을 작성하려면 로그인이 필요합니다.
댓글을 작성하려면 로그인이 필요합니다.
2년 전
추가 피해자 방지 https://sir.kr/conflictconsultation/245" rel="nofollow noreferrer noopener" target="_blank">https://sir.kr/conflictconsultation/245
로그인 후 평가할 수 있습니다
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인