관련파일 : 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>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 8130 | 9년 전 | 507 | ||
| 8129 |
|
9년 전 | 651 | |
| 8128 | 9년 전 | 519 | ||
| 8127 |
|
9년 전 | 574 | |
| 8126 | 9년 전 | 507 | ||
| 8125 | 9년 전 | 765 | ||
| 8124 |
|
9년 전 | 514 | |
| 8123 | 9년 전 | 499 | ||
| 8122 | 9년 전 | 433 | ||
| 8121 | 9년 전 | 536 | ||
| 8120 | 9년 전 | 464 | ||
| 8119 | 9년 전 | 547 | ||
| 8118 |
|
9년 전 | 629 | |
| 8117 |
|
9년 전 | 398 | |
| 8116 |
PASKRAN
|
9년 전 | 466 | |
| 8115 | 9년 전 | 456 | ||
| 8114 |
kiplayer
|
9년 전 | 596 | |
| 8113 | 9년 전 | 440 | ||
| 8112 |
|
9년 전 | 557 | |
| 8111 | 9년 전 | 406 | ||
| 8110 | 9년 전 | 442 | ||
| 8109 | 9년 전 | 364 | ||
| 8108 |
|
9년 전 | 540 | |
| 8107 |
|
9년 전 | 436 | |
| 8106 |
|
9년 전 | 433 | |
| 8105 | 9년 전 | 474 | ||
| 8104 |
|
9년 전 | 428 | |
| 8103 |
|
9년 전 | 428 | |
| 8102 |
|
9년 전 | 392 | |
| 8101 |
snshero
|
9년 전 | 781 | |
| 8100 | 9년 전 | 835 | ||
| 8099 | 9년 전 | 807 | ||
| 8098 | 9년 전 | 711 | ||
| 8097 | 9년 전 | 513 | ||
| 8096 | 9년 전 | 711 | ||
| 8095 | 9년 전 | 841 | ||
| 8094 | 9년 전 | 511 | ||
| 8093 | 9년 전 | 795 | ||
| 8092 | 9년 전 | 756 | ||
| 8091 | 9년 전 | 1139 | ||
| 8090 | 9년 전 | 764 | ||
| 8089 | 9년 전 | 972 | ||
| 8088 | 9년 전 | 639 | ||
| 8087 | 9년 전 | 757 | ||
| 8086 | 9년 전 | 516 | ||
| 8085 | 9년 전 | 486 | ||
| 8084 | 9년 전 | 608 | ||
| 8083 | 9년 전 | 581 | ||
| 8082 | 9년 전 | 752 | ||
| 8081 | 9년 전 | 468 | ||
| 8080 | 9년 전 | 566 | ||
| 8079 | 9년 전 | 518 | ||
| 8078 | 9년 전 | 447 | ||
| 8077 | 9년 전 | 528 | ||
| 8076 | 9년 전 | 406 | ||
| 8075 | 9년 전 | 437 | ||
| 8074 | 9년 전 | 397 | ||
| 8073 | 9년 전 | 449 | ||
| 8072 | 9년 전 | 441 | ||
| 8071 |
o1o111
|
9년 전 | 891 | |
| 8070 | 9년 전 | 400 | ||
| 8069 | 9년 전 | 335 | ||
| 8068 | 9년 전 | 586 | ||
| 8067 | 9년 전 | 389 | ||
| 8066 | 9년 전 | 423 | ||
| 8065 | 9년 전 | 378 | ||
| 8064 | 9년 전 | 361 | ||
| 8063 | 9년 전 | 335 | ||
| 8062 | 9년 전 | 308 | ||
| 8061 | 9년 전 | 349 | ||
| 8060 | 9년 전 | 387 | ||
| 8059 | 9년 전 | 320 | ||
| 8058 | 9년 전 | 254 | ||
| 8057 | 9년 전 | 383 | ||
| 8056 | 9년 전 | 304 | ||
| 8055 | 9년 전 | 342 | ||
| 8054 | 9년 전 | 362 | ||
| 8053 | 9년 전 | 414 | ||
| 8052 | 9년 전 | 292 | ||
| 8051 | 9년 전 | 330 | ||
| 8050 | 9년 전 | 389 | ||
| 8049 | 9년 전 | 319 | ||
| 8048 | 9년 전 | 432 | ||
| 8047 | 9년 전 | 355 | ||
| 8046 | 9년 전 | 299 | ||
| 8045 | 9년 전 | 255 | ||
| 8044 | 9년 전 | 344 | ||
| 8043 | 9년 전 | 288 | ||
| 8042 | 9년 전 | 293 | ||
| 8041 | 9년 전 | 344 | ||
| 8040 | 9년 전 | 270 | ||
| 8039 | 9년 전 | 317 | ||
| 8038 | 9년 전 | 267 | ||
| 8037 | 9년 전 | 400 | ||
| 8036 | 9년 전 | 483 | ||
| 8035 | 9년 전 | 425 | ||
| 8034 | 9년 전 | 386 | ||
| 8033 | 9년 전 | 348 | ||
| 8032 | 9년 전 | 432 | ||
| 8031 | 9년 전 | 346 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기