관련파일 : 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>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 7530 | 10년 전 | 792 | ||
| 7529 |
파랑새1597
|
10년 전 | 1214 | |
| 7528 |
파랑새1597
|
10년 전 | 1315 | |
| 7527 |
integrity7
|
10년 전 | 1400 | |
| 7526 | 10년 전 | 2410 | ||
| 7525 |
다빈치코드777
|
10년 전 | 1103 | |
| 7524 | 10년 전 | 1572 | ||
| 7523 | 10년 전 | 960 | ||
| 7522 |
|
10년 전 | 992 | |
| 7521 |
blackkil
|
10년 전 | 1873 | |
| 7520 | 10년 전 | 1298 | ||
| 7519 |
Gaumi
|
10년 전 | 1082 | |
| 7518 | 10년 전 | 1485 | ||
| 7517 | 10년 전 | 836 | ||
| 7516 | 10년 전 | 1287 | ||
| 7515 | 10년 전 | 1403 | ||
| 7514 |
|
10년 전 | 4486 | |
| 7513 |
멋진남자임
|
10년 전 | 1136 | |
| 7512 |
다빈치코드777
|
10년 전 | 875 | |
| 7511 |
|
10년 전 | 3398 | |
| 7510 | 10년 전 | 1366 | ||
| 7509 | 10년 전 | 1144 | ||
| 7508 | 10년 전 | 716 | ||
| 7507 |
senseme
|
10년 전 | 746 | |
| 7506 |
멋진남자임
|
10년 전 | 1640 | |
| 7505 | 10년 전 | 4012 | ||
| 7504 | 10년 전 | 2144 | ||
| 7503 | 10년 전 | 992 | ||
| 7502 | 10년 전 | 518 | ||
| 7501 | 10년 전 | 1443 | ||
| 7500 | 10년 전 | 1494 | ||
| 7499 | 10년 전 | 3389 | ||
| 7498 | 10년 전 | 1218 | ||
| 7497 |
dethos79
|
10년 전 | 2965 | |
| 7496 | 10년 전 | 2153 | ||
| 7495 | 10년 전 | 870 | ||
| 7494 |
CHAVO
|
10년 전 | 1130 | |
| 7493 | 10년 전 | 2648 | ||
| 7492 | 10년 전 | 1272 | ||
| 7491 | 10년 전 | 1484 | ||
| 7490 | 10년 전 | 2336 | ||
| 7489 | 10년 전 | 2123 | ||
| 7488 |
toptopon
|
10년 전 | 891 | |
| 7487 |
|
10년 전 | 1032 | |
| 7486 | 10년 전 | 3357 | ||
| 7485 | 10년 전 | 1313 | ||
| 7484 | 10년 전 | 1375 | ||
| 7483 | 10년 전 | 1024 | ||
| 7482 | 10년 전 | 652 | ||
| 7481 | 10년 전 | 858 | ||
| 7480 | 10년 전 | 1232 | ||
| 7479 | 10년 전 | 2602 | ||
| 7478 | 10년 전 | 1173 | ||
| 7477 |
멋진남자임
|
10년 전 | 1524 | |
| 7476 |
zeppeto
|
10년 전 | 1143 | |
| 7475 |
200점아빠
|
10년 전 | 912 | |
| 7474 | 10년 전 | 4004 | ||
| 7473 | 10년 전 | 999 | ||
| 7472 |
나르시스1
|
10년 전 | 1244 | |
| 7471 | 10년 전 | 874 | ||
| 7470 | 10년 전 | 1281 | ||
| 7469 |
플라이SINJI
|
10년 전 | 983 | |
| 7468 |
|
10년 전 | 551 | |
| 7467 |
|
10년 전 | 668 | |
| 7466 | 10년 전 | 1120 | ||
| 7465 | 10년 전 | 1186 | ||
| 7464 |
|
10년 전 | 1191 | |
| 7463 | 10년 전 | 1252 | ||
| 7462 |
진짜별사탕
|
10년 전 | 858 | |
| 7461 | 10년 전 | 948 | ||
| 7460 | 10년 전 | 3734 | ||
| 7459 |
멋진남자임
|
10년 전 | 1556 | |
| 7458 |
멋진남자임
|
10년 전 | 482 | |
| 7457 | 10년 전 | 923 | ||
| 7456 | 10년 전 | 764 | ||
| 7455 | 10년 전 | 2160 | ||
| 7454 | 10년 전 | 630 | ||
| 7453 | 10년 전 | 827 | ||
| 7452 |
중국어사이트제작
|
10년 전 | 506 | |
| 7451 | 10년 전 | 905 | ||
| 7450 | 10년 전 | 630 | ||
| 7449 |
울라라라우
|
10년 전 | 952 | |
| 7448 | 10년 전 | 1634 | ||
| 7447 |
멋진남자임
|
10년 전 | 509 | |
| 7446 | 10년 전 | 549 | ||
| 7445 |
네이비칼라
|
10년 전 | 1675 | |
| 7444 |
senseme
|
10년 전 | 1408 | |
| 7443 | 10년 전 | 1342 | ||
| 7442 | 10년 전 | 729 | ||
| 7441 |
멋진남자임
|
10년 전 | 1437 | |
| 7440 | 10년 전 | 910 | ||
| 7439 |
|
10년 전 | 763 | |
| 7438 |
|
10년 전 | 938 | |
| 7437 |
basement
|
10년 전 | 1037 | |
| 7436 |
잘살아보자
|
10년 전 | 1128 | |
| 7435 | 10년 전 | 1087 | ||
| 7434 | 10년 전 | 3791 | ||
| 7433 |
|
10년 전 | 2740 | |
| 7432 |
alexkim
|
10년 전 | 860 | |
| 7431 |
이웃집초보
|
11년 전 | 1312 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기