관련파일 : 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>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 7630 | 10년 전 | 652 | ||
| 7629 |
|
10년 전 | 2391 | |
| 7628 | 10년 전 | 793 | ||
| 7627 |
|
10년 전 | 1032 | |
| 7626 |
|
10년 전 | 1788 | |
| 7625 | 10년 전 | 711 | ||
| 7624 | 10년 전 | 728 | ||
| 7623 |
|
10년 전 | 3095 | |
| 7622 | 10년 전 | 728 | ||
| 7621 |
leeleeleelee
|
10년 전 | 588 | |
| 7620 | 10년 전 | 540 | ||
| 7619 | 10년 전 | 492 | ||
| 7618 | 10년 전 | 1026 | ||
| 7617 | 10년 전 | 726 | ||
| 7616 | 10년 전 | 650 | ||
| 7615 | 10년 전 | 727 | ||
| 7614 | 10년 전 | 1264 | ||
| 7613 |
|
10년 전 | 2085 | |
| 7612 | 10년 전 | 1146 | ||
| 7611 | 10년 전 | 1418 | ||
| 7610 |
|
10년 전 | 1904 | |
| 7609 |
|
10년 전 | 1345 | |
| 7608 |
mwdkim
|
10년 전 | 1133 | |
| 7607 |
|
10년 전 | 1055 | |
| 7606 |
mwdkim
|
10년 전 | 3928 | |
| 7605 | 10년 전 | 694 | ||
| 7604 | 10년 전 | 1028 | ||
| 7603 | 10년 전 | 1654 | ||
| 7602 |
|
10년 전 | 1078 | |
| 7601 |
AniNest
|
10년 전 | 2793 | |
| 7600 |
port443
|
10년 전 | 1034 | |
| 7599 | 10년 전 | 947 | ||
| 7598 | 10년 전 | 1022 | ||
| 7597 | 10년 전 | 4577 | ||
| 7596 |
SeungYeon
|
10년 전 | 893 | |
| 7595 |
untitled
|
10년 전 | 2426 | |
| 7594 |
프로그래머7
|
10년 전 | 1731 | |
| 7593 |
untitled
|
10년 전 | 2366 | |
| 7592 |
untitled
|
10년 전 | 1944 | |
| 7591 |
untitled
|
10년 전 | 2678 | |
| 7590 |
아리마2001
|
10년 전 | 854 | |
| 7589 | 10년 전 | 1112 | ||
| 7588 |
|
10년 전 | 2922 | |
| 7587 | 10년 전 | 1306 | ||
| 7586 | 10년 전 | 673 | ||
| 7585 | 10년 전 | 1696 | ||
| 7584 | 10년 전 | 1414 | ||
| 7583 |
leeleeleelee
|
10년 전 | 1164 | |
| 7582 |
|
10년 전 | 1117 | |
| 7581 | 10년 전 | 1350 | ||
| 7580 | 10년 전 | 999 | ||
| 7579 |
|
10년 전 | 610 | |
| 7578 | 10년 전 | 1431 | ||
| 7577 |
|
10년 전 | 1872 | |
| 7576 | 10년 전 | 1387 | ||
| 7575 |
멋진남자임
|
10년 전 | 1465 | |
| 7574 | 10년 전 | 2123 | ||
| 7573 | 10년 전 | 3259 | ||
| 7572 | 10년 전 | 761 | ||
| 7571 |
|
10년 전 | 784 | |
| 7570 |
|
10년 전 | 1318 | |
| 7569 | 10년 전 | 1553 | ||
| 7568 |
this1mg
|
10년 전 | 1053 | |
| 7567 |
|
10년 전 | 764 | |
| 7566 | 10년 전 | 918 | ||
| 7565 |
Angel하늘
|
10년 전 | 1011 | |
| 7564 |
seoldi
|
10년 전 | 1242 | |
| 7563 |
|
10년 전 | 1386 | |
| 7562 |
멋진남자임
|
10년 전 | 2088 | |
| 7561 | 10년 전 | 714 | ||
| 7560 |
leeleeleelee
|
10년 전 | 907 | |
| 7559 | 10년 전 | 5049 | ||
| 7558 |
RinaP
|
10년 전 | 786 | |
| 7557 |
|
10년 전 | 1248 | |
| 7556 | 10년 전 | 1194 | ||
| 7555 |
hyohyojj1234
|
10년 전 | 1666 | |
| 7554 | 10년 전 | 1094 | ||
| 7553 |
senseme
|
10년 전 | 1340 | |
| 7552 |
ehdltdoit
|
10년 전 | 1437 | |
| 7551 |
|
10년 전 | 1826 | |
| 7550 |
leeleeleelee
|
10년 전 | 1593 | |
| 7549 | 10년 전 | 2426 | ||
| 7548 | 10년 전 | 1845 | ||
| 7547 |
멋진남자임
|
10년 전 | 1963 | |
| 7546 | 10년 전 | 1006 | ||
| 7545 |
ILMare1003
|
10년 전 | 1292 | |
| 7544 |
|
10년 전 | 1254 | |
| 7543 | 10년 전 | 887 | ||
| 7542 | 10년 전 | 657 | ||
| 7541 |
울라라라우
|
10년 전 | 866 | |
| 7540 | 10년 전 | 1600 | ||
| 7539 | 10년 전 | 936 | ||
| 7538 |
|
10년 전 | 1834 | |
| 7537 | 10년 전 | 3611 | ||
| 7536 |
Gaumi
|
10년 전 | 1416 | |
| 7535 |
프로그램은어려워
|
10년 전 | 1275 | |
| 7534 |
senseme
|
10년 전 | 1207 | |
| 7533 | 10년 전 | 1201 | ||
| 7532 | 10년 전 | 859 | ||
| 7531 | 10년 전 | 2058 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기