관련파일 : 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>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 6730 |
|
11년 전 | 1103 | |
| 6729 | 11년 전 | 557 | ||
| 6728 |
|
11년 전 | 568 | |
| 6727 | 11년 전 | 2411 | ||
| 6726 | 11년 전 | 593 | ||
| 6725 |
네모웹에이전시
|
11년 전 | 425 | |
| 6724 |
네모웹에이전시
|
11년 전 | 880 | |
| 6723 | 11년 전 | 1011 | ||
| 6722 | 11년 전 | 957 | ||
| 6721 | 11년 전 | 639 | ||
| 6720 | 11년 전 | 1968 | ||
| 6719 | 11년 전 | 2191 | ||
| 6718 | 11년 전 | 1086 | ||
| 6717 |
|
11년 전 | 645 | |
| 6716 | 11년 전 | 2309 | ||
| 6715 | 11년 전 | 7577 | ||
| 6714 | 11년 전 | 2039 | ||
| 6713 | 11년 전 | 772 | ||
| 6712 |
geektoo
|
11년 전 | 1143 | |
| 6711 | 11년 전 | 888 | ||
| 6710 |
sirzzang
|
11년 전 | 2122 | |
| 6709 |
bewitched
|
11년 전 | 1795 | |
| 6708 |
levin
|
11년 전 | 560 | |
| 6707 | 11년 전 | 764 | ||
| 6706 | 11년 전 | 1782 | ||
| 6705 | 11년 전 | 982 | ||
| 6704 |
|
11년 전 | 751 | |
| 6703 | 11년 전 | 411 | ||
| 6702 | 11년 전 | 1088 | ||
| 6701 | 11년 전 | 799 | ||
| 6700 | 11년 전 | 1716 | ||
| 6699 | 11년 전 | 712 | ||
| 6698 |
이박사친구
|
11년 전 | 721 | |
| 6697 | 11년 전 | 1210 | ||
| 6696 | 11년 전 | 616 | ||
| 6695 |
Header
|
11년 전 | 701 | |
| 6694 | 11년 전 | 1156 | ||
| 6693 |
|
11년 전 | 1100 | |
| 6692 | 11년 전 | 1133 | ||
| 6691 | 11년 전 | 1283 | ||
| 6690 |
|
11년 전 | 708 | |
| 6689 | 11년 전 | 890 | ||
| 6688 | 11년 전 | 922 | ||
| 6687 | 11년 전 | 529 | ||
| 6686 |
RGB255
|
11년 전 | 961 | |
| 6685 |
|
11년 전 | 635 | |
| 6684 | 11년 전 | 716 | ||
| 6683 | 11년 전 | 379 | ||
| 6682 | 11년 전 | 1121 | ||
| 6681 | 11년 전 | 1407 | ||
| 6680 | 11년 전 | 432 | ||
| 6679 |
RGB255
|
11년 전 | 378 | |
| 6678 | 11년 전 | 1342 | ||
| 6677 |
|
11년 전 | 425 | |
| 6676 | 11년 전 | 1011 | ||
| 6675 |
디자이너필이
|
11년 전 | 817 | |
| 6674 | 11년 전 | 1239 | ||
| 6673 | 11년 전 | 1310 | ||
| 6672 | 11년 전 | 6017 | ||
| 6671 | 11년 전 | 1331 | ||
| 6670 |
하프의정령
|
11년 전 | 558 | |
| 6669 | 11년 전 | 411 | ||
| 6668 |
공부하고가겠슴다
|
11년 전 | 436 | |
| 6667 |
하프의정령
|
11년 전 | 542 | |
| 6666 | 11년 전 | 781 | ||
| 6665 | 11년 전 | 1406 | ||
| 6664 | 11년 전 | 911 | ||
| 6663 | 11년 전 | 1137 | ||
| 6662 | 11년 전 | 404 | ||
| 6661 |
basketball
|
11년 전 | 504 | |
| 6660 | 11년 전 | 2502 | ||
| 6659 | 11년 전 | 1598 | ||
| 6658 |
|
11년 전 | 1311 | |
| 6657 |
|
11년 전 | 3143 | |
| 6656 | 11년 전 | 556 | ||
| 6655 |
프로프리랜서
|
11년 전 | 2329 | |
| 6654 |
프로프리랜서
|
11년 전 | 1900 | |
| 6653 |
프로프리랜서
|
11년 전 | 1744 | |
| 6652 |
프로프리랜서
|
11년 전 | 1817 | |
| 6651 |
|
11년 전 | 768 | |
| 6650 | 11년 전 | 1311 | ||
| 6649 | 11년 전 | 1312 | ||
| 6648 | 11년 전 | 805 | ||
| 6647 | 11년 전 | 3153 | ||
| 6646 | 11년 전 | 457 | ||
| 6645 | 11년 전 | 957 | ||
| 6644 |
BBAYOUNG
|
11년 전 | 1359 | |
| 6643 | 11년 전 | 1778 | ||
| 6642 | 11년 전 | 630 | ||
| 6641 | 11년 전 | 1327 | ||
| 6640 | 11년 전 | 698 | ||
| 6639 | 11년 전 | 2316 | ||
| 6638 |
jasmin2
|
11년 전 | 741 | |
| 6637 |
geektoo
|
11년 전 | 436 | |
| 6636 | 11년 전 | 648 | ||
| 6635 |
프로프리랜서
|
11년 전 | 2220 | |
| 6634 |
프로프리랜서
|
11년 전 | 1736 | |
| 6633 |
프로프리랜서
|
11년 전 | 4056 | |
| 6632 |
프로프리랜서
|
11년 전 | 1342 | |
| 6631 |
프로프리랜서
|
11년 전 | 1775 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기