관련파일 : 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>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 7230 | 11년 전 | 3604 | ||
| 7229 | 11년 전 | 3730 | ||
| 7228 | 11년 전 | 3777 | ||
| 7227 | 11년 전 | 3907 | ||
| 7226 | 11년 전 | 2362 | ||
| 7225 | 11년 전 | 17439 | ||
| 7224 |
AngryDev
|
11년 전 | 1343 | |
| 7223 |
돌아온깡통
|
11년 전 | 1088 | |
| 7222 |
돌아온깡통
|
11년 전 | 1031 | |
| 7221 |
돌아온깡통
|
11년 전 | 875 | |
| 7220 |
돌아온깡통
|
11년 전 | 992 | |
| 7219 |
돌아온깡통
|
11년 전 | 827 | |
| 7218 |
돌아온깡통
|
11년 전 | 657 | |
| 7217 |
돌아온깡통
|
11년 전 | 1041 | |
| 7216 |
돌아온깡통
|
11년 전 | 782 | |
| 7215 |
돌아온깡통
|
11년 전 | 699 | |
| 7214 |
돌아온깡통
|
11년 전 | 1046 | |
| 7213 |
돌아온깡통
|
11년 전 | 913 | |
| 7212 |
돌아온깡통
|
11년 전 | 706 | |
| 7211 |
돌아온깡통
|
11년 전 | 862 | |
| 7210 |
돌아온깡통
|
11년 전 | 881 | |
| 7209 |
돌아온깡통
|
11년 전 | 886 | |
| 7208 |
돌아온깡통
|
11년 전 | 992 | |
| 7207 |
돌아온깡통
|
11년 전 | 622 | |
| 7206 |
돌아온깡통
|
11년 전 | 670 | |
| 7205 |
돌아온깡통
|
11년 전 | 855 | |
| 7204 |
돌아온깡통
|
11년 전 | 713 | |
| 7203 |
돌아온깡통
|
11년 전 | 737 | |
| 7202 |
돌아온깡통
|
11년 전 | 700 | |
| 7201 |
돌아온깡통
|
11년 전 | 653 | |
| 7200 |
돌아온깡통
|
11년 전 | 700 | |
| 7199 |
돌아온깡통
|
11년 전 | 1310 | |
| 7198 |
돌아온깡통
|
11년 전 | 643 | |
| 7197 |
돌아온깡통
|
11년 전 | 958 | |
| 7196 |
돌아온깡통
|
11년 전 | 855 | |
| 7195 |
돌아온깡통
|
11년 전 | 595 | |
| 7194 |
돌아온깡통
|
11년 전 | 627 | |
| 7193 |
돌아온깡통
|
11년 전 | 692 | |
| 7192 |
돌아온깡통
|
11년 전 | 715 | |
| 7191 |
joe031
|
11년 전 | 1246 | |
| 7190 | 11년 전 | 4131 | ||
| 7189 | 11년 전 | 1223 | ||
| 7188 |
잘살아보자
|
11년 전 | 934 | |
| 7187 | 11년 전 | 1412 | ||
| 7186 |
kiplayer
|
11년 전 | 7536 | |
| 7185 | 11년 전 | 1125 | ||
| 7184 |
잘살아보자
|
11년 전 | 2327 | |
| 7183 |
잘살아보자
|
11년 전 | 1143 | |
| 7182 |
잘살아보자
|
11년 전 | 1200 | |
| 7181 | 11년 전 | 1478 | ||
| 7180 |
하얀비요일
|
11년 전 | 978 | |
| 7179 |
잘살아보자
|
11년 전 | 980 | |
| 7178 | 11년 전 | 976 | ||
| 7177 | 11년 전 | 991 | ||
| 7176 | 11년 전 | 1653 | ||
| 7175 |
|
11년 전 | 1038 | |
| 7174 |
kiplayer
|
11년 전 | 1171 | |
| 7173 | 11년 전 | 959 | ||
| 7172 |
잘살아보자
|
11년 전 | 4638 | |
| 7171 |
잘살아보자
|
11년 전 | 695 | |
| 7170 | 11년 전 | 1062 | ||
| 7169 |
초심의설렘
|
11년 전 | 1462 | |
| 7168 | 11년 전 | 997 | ||
| 7167 |
잘살아보자
|
11년 전 | 5280 | |
| 7166 |
잘살아보자
|
11년 전 | 3417 | |
| 7165 | 11년 전 | 4946 | ||
| 7164 | 11년 전 | 822 | ||
| 7163 | 11년 전 | 1186 | ||
| 7162 |
울라라라우
|
11년 전 | 1368 | |
| 7161 | 11년 전 | 1250 | ||
| 7160 |
skyler
|
11년 전 | 1180 | |
| 7159 |
|
11년 전 | 681 | |
| 7158 |
|
11년 전 | 3337 | |
| 7157 |
잘살아보자
|
11년 전 | 2882 | |
| 7156 |
잘살아보자
|
11년 전 | 2218 | |
| 7155 |
잘살아보자
|
11년 전 | 1443 | |
| 7154 |
잘살아보자
|
11년 전 | 1447 | |
| 7153 | 11년 전 | 2878 | ||
| 7152 |
울라라라우
|
11년 전 | 822 | |
| 7151 | 11년 전 | 1048 | ||
| 7150 |
잘살아보자
|
11년 전 | 2381 | |
| 7149 |
잘살아보자
|
11년 전 | 3287 | |
| 7148 |
잘살아보자
|
11년 전 | 1180 | |
| 7147 |
잘살아보자
|
11년 전 | 751 | |
| 7146 |
잘살아보자
|
11년 전 | 1390 | |
| 7145 |
잘살아보자
|
11년 전 | 702 | |
| 7144 |
잘살아보자
|
11년 전 | 1288 | |
| 7143 |
잘살아보자
|
11년 전 | 751 | |
| 7142 |
잘살아보자
|
11년 전 | 1441 | |
| 7141 |
잘살아보자
|
11년 전 | 1192 | |
| 7140 |
잘살아보자
|
11년 전 | 1995 | |
| 7139 |
잘살아보자
|
11년 전 | 3659 | |
| 7138 |
잘살아보자
|
11년 전 | 3157 | |
| 7137 |
잘살아보자
|
11년 전 | 3621 | |
| 7136 |
잘살아보자
|
11년 전 | 1376 | |
| 7135 |
gooroo
|
11년 전 | 1608 | |
| 7134 |
열라뽕똬이
|
11년 전 | 2312 | |
| 7133 |
|
11년 전 | 1013 | |
| 7132 | 11년 전 | 1424 | ||
| 7131 | 11년 전 | 3566 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기