관련파일 : skin/member/basic/register_form.skin.php
<a href="<?php echo G5_BBS_URL ?>/zip.php?frm_name=fregisterform&frm_zip1=mb_zip1&frm_zip2=mb_zip2&frm_addr1=mb_addr1&frm_addr2=mb_addr2&frm_addr3=mb_addr3&frm_jibeon=mb_addr_jibeon" id="reg_zip_find" class="btn_frmline win_zip_find" target="_blank">주소 검색</a><br>
를
<a href="javascript:showDaumPostcode();" id="reg_zip_find" class="btn_frmline">주소 검색</a><br>
로 변경.
이때 a 태그에 들어있던 win_zip_find 클래스를 삭제하는것이 포인트 입니다.
삭제를 안하면 기존 win_zip_find click 이벤트와 충돌이 납니다.
그리고 맨 하단에 아래 자바스크립트 코드를 추가합니다.
<div id="layer" style="display:none;border:5px solid;position:fixed;width:300px;height:460px;left:50%;margin-left:-155px;top:50%;margin-top:-235px;overflow:hidden;-webkit-overflow-scrolling:touch;">
<img src="//i1.daumcdn.net/localimg/localimages/07/postcode/320/close.png" id="btnCloseLayer" style="cursor:pointer;position:absolute;right:-3px;top:-3px" onclick="closeDaumPostcode()" alt="닫기 버튼">
</div>
<script src="http://dmaps.daum.net/map_js_init/postcode.js"></script>
<script>
// 우편번호 찾기 iframe을 넣을 element
var element = document.getElementById('layer');
function closeDaumPostcode() {
// iframe을 넣은 element를 안보이게 한다.
element.style.display = 'none';
}
function showDaumPostcode() {
new daum.Postcode({
oncomplete: function(data) {
// 검색결과 항목을 클릭했을때 실행할 코드를 작성하는 부분.
// 우편번호와 주소 및 영문주소 정보를 해당 필드에 넣는다.
document.getElementById('reg_mb_zip1').value = data.postcode1;
document.getElementById('reg_mb_zip2').value = data.postcode2;
document.getElementById('reg_mb_addr1').value = data.address;
document.getElementById('reg_mb_addr2').focus();
document.getElementById('reg_mb_addr3').value = data.addressEnglish;
// iframe을 넣은 element를 안보이게 한다.
element.style.display = 'none';
},
width : '100%',
height : '100%'
}).embed(element);
// iframe을 넣은 element를 보이게 한다.
element.style.display = 'block';
}
</script>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 7930 | 9년 전 | 416 | ||
| 7929 | 9년 전 | 337 | ||
| 7928 | 9년 전 | 430 | ||
| 7927 | 9년 전 | 345 | ||
| 7926 | 9년 전 | 671 | ||
| 7925 | 9년 전 | 362 | ||
| 7924 | 9년 전 | 340 | ||
| 7923 | 9년 전 | 352 | ||
| 7922 | 9년 전 | 388 | ||
| 7921 | 9년 전 | 403 | ||
| 7920 | 9년 전 | 324 | ||
| 7919 | 9년 전 | 336 | ||
| 7918 | 9년 전 | 494 | ||
| 7917 | 9년 전 | 342 | ||
| 7916 | 9년 전 | 418 | ||
| 7915 | 9년 전 | 410 | ||
| 7914 | 9년 전 | 427 | ||
| 7913 | 9년 전 | 588 | ||
| 7912 | 9년 전 | 426 | ||
| 7911 | 9년 전 | 372 | ||
| 7910 | 9년 전 | 416 | ||
| 7909 | 9년 전 | 512 | ||
| 7908 | 9년 전 | 435 | ||
| 7907 | 9년 전 | 380 | ||
| 7906 | 9년 전 | 400 | ||
| 7905 | 9년 전 | 383 | ||
| 7904 | 9년 전 | 366 | ||
| 7903 | 9년 전 | 353 | ||
| 7902 | 9년 전 | 566 | ||
| 7901 |
|
9년 전 | 742 | |
| 7900 | 9년 전 | 598 | ||
| 7899 | 9년 전 | 393 | ||
| 7898 | 9년 전 | 395 | ||
| 7897 | 9년 전 | 353 | ||
| 7896 | 9년 전 | 366 | ||
| 7895 | 9년 전 | 472 | ||
| 7894 | 9년 전 | 397 | ||
| 7893 | 9년 전 | 352 | ||
| 7892 | 9년 전 | 406 | ||
| 7891 | 9년 전 | 771 | ||
| 7890 | 9년 전 | 1202 | ||
| 7889 | 9년 전 | 751 | ||
| 7888 |
limsy1987
|
9년 전 | 554 | |
| 7887 | 9년 전 | 555 | ||
| 7886 | 9년 전 | 453 | ||
| 7885 | 9년 전 | 419 | ||
| 7884 | 9년 전 | 419 | ||
| 7883 | 9년 전 | 416 | ||
| 7882 | 9년 전 | 467 | ||
| 7881 | 9년 전 | 451 | ||
| 7880 | 9년 전 | 585 | ||
| 7879 | 9년 전 | 472 | ||
| 7878 | 9년 전 | 1228 | ||
| 7877 | 9년 전 | 759 | ||
| 7876 | 9년 전 | 494 | ||
| 7875 | 9년 전 | 566 | ||
| 7874 |
|
9년 전 | 812 | |
| 7873 | 9년 전 | 525 | ||
| 7872 | 9년 전 | 685 | ||
| 7871 | 9년 전 | 491 | ||
| 7870 | 9년 전 | 614 | ||
| 7869 | 9년 전 | 438 | ||
| 7868 | 9년 전 | 459 | ||
| 7867 | 9년 전 | 435 | ||
| 7866 | 9년 전 | 499 | ||
| 7865 | 9년 전 | 461 | ||
| 7864 | 9년 전 | 519 | ||
| 7863 | 9년 전 | 518 | ||
| 7862 | 9년 전 | 470 | ||
| 7861 | 9년 전 | 649 | ||
| 7860 | 9년 전 | 634 | ||
| 7859 | 9년 전 | 420 | ||
| 7858 | 9년 전 | 707 | ||
| 7857 | 9년 전 | 1084 | ||
| 7856 | 9년 전 | 533 | ||
| 7855 | 9년 전 | 760 | ||
| 7854 | 9년 전 | 735 | ||
| 7853 | 9년 전 | 588 | ||
| 7852 | 9년 전 | 517 | ||
| 7851 | 9년 전 | 517 | ||
| 7850 | 9년 전 | 594 | ||
| 7849 | 9년 전 | 359 | ||
| 7848 | 9년 전 | 417 | ||
| 7847 | 9년 전 | 660 | ||
| 7846 | 9년 전 | 462 | ||
| 7845 | 9년 전 | 427 | ||
| 7844 | 9년 전 | 397 | ||
| 7843 | 9년 전 | 425 | ||
| 7842 | 9년 전 | 407 | ||
| 7841 | 9년 전 | 390 | ||
| 7840 | 9년 전 | 412 | ||
| 7839 | 9년 전 | 439 | ||
| 7838 | 9년 전 | 521 | ||
| 7837 | 9년 전 | 360 | ||
| 7836 | 9년 전 | 403 | ||
| 7835 | 9년 전 | 481 | ||
| 7834 |
|
9년 전 | 1197 | |
| 7833 | 9년 전 | 441 | ||
| 7832 | 9년 전 | 426 | ||
| 7831 | 9년 전 | 570 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기