관련파일 : 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년 전 | 3616 | ||
| 7229 | 11년 전 | 3746 | ||
| 7228 | 11년 전 | 3785 | ||
| 7227 | 11년 전 | 3911 | ||
| 7226 | 11년 전 | 2365 | ||
| 7225 | 11년 전 | 17450 | ||
| 7224 |
AngryDev
|
11년 전 | 1356 | |
| 7223 |
돌아온깡통
|
11년 전 | 1102 | |
| 7222 |
돌아온깡통
|
11년 전 | 1043 | |
| 7221 |
돌아온깡통
|
11년 전 | 882 | |
| 7220 |
돌아온깡통
|
11년 전 | 1005 | |
| 7219 |
돌아온깡통
|
11년 전 | 835 | |
| 7218 |
돌아온깡통
|
11년 전 | 665 | |
| 7217 |
돌아온깡통
|
11년 전 | 1048 | |
| 7216 |
돌아온깡통
|
11년 전 | 792 | |
| 7215 |
돌아온깡통
|
11년 전 | 708 | |
| 7214 |
돌아온깡통
|
11년 전 | 1058 | |
| 7213 |
돌아온깡통
|
11년 전 | 925 | |
| 7212 |
돌아온깡통
|
11년 전 | 716 | |
| 7211 |
돌아온깡통
|
11년 전 | 868 | |
| 7210 |
돌아온깡통
|
11년 전 | 894 | |
| 7209 |
돌아온깡통
|
11년 전 | 892 | |
| 7208 |
돌아온깡통
|
11년 전 | 1006 | |
| 7207 |
돌아온깡통
|
11년 전 | 623 | |
| 7206 |
돌아온깡통
|
11년 전 | 679 | |
| 7205 |
돌아온깡통
|
11년 전 | 862 | |
| 7204 |
돌아온깡통
|
11년 전 | 726 | |
| 7203 |
돌아온깡통
|
11년 전 | 746 | |
| 7202 |
돌아온깡통
|
11년 전 | 714 | |
| 7201 |
돌아온깡통
|
11년 전 | 663 | |
| 7200 |
돌아온깡통
|
11년 전 | 707 | |
| 7199 |
돌아온깡통
|
11년 전 | 1320 | |
| 7198 |
돌아온깡통
|
11년 전 | 649 | |
| 7197 |
돌아온깡통
|
11년 전 | 966 | |
| 7196 |
돌아온깡통
|
11년 전 | 865 | |
| 7195 |
돌아온깡통
|
11년 전 | 609 | |
| 7194 |
돌아온깡통
|
11년 전 | 640 | |
| 7193 |
돌아온깡통
|
11년 전 | 703 | |
| 7192 |
돌아온깡통
|
11년 전 | 730 | |
| 7191 |
joe031
|
11년 전 | 1257 | |
| 7190 | 11년 전 | 4155 | ||
| 7189 | 11년 전 | 1240 | ||
| 7188 |
잘살아보자
|
11년 전 | 955 | |
| 7187 | 11년 전 | 1431 | ||
| 7186 |
kiplayer
|
11년 전 | 7548 | |
| 7185 | 11년 전 | 1135 | ||
| 7184 |
잘살아보자
|
11년 전 | 2335 | |
| 7183 |
잘살아보자
|
11년 전 | 1147 | |
| 7182 |
잘살아보자
|
11년 전 | 1212 | |
| 7181 | 11년 전 | 1487 | ||
| 7180 |
하얀비요일
|
11년 전 | 986 | |
| 7179 |
잘살아보자
|
11년 전 | 983 | |
| 7178 | 11년 전 | 978 | ||
| 7177 | 11년 전 | 1005 | ||
| 7176 | 11년 전 | 1663 | ||
| 7175 |
|
11년 전 | 1045 | |
| 7174 |
kiplayer
|
11년 전 | 1174 | |
| 7173 | 11년 전 | 959 | ||
| 7172 |
잘살아보자
|
11년 전 | 4643 | |
| 7171 |
잘살아보자
|
11년 전 | 704 | |
| 7170 | 11년 전 | 1069 | ||
| 7169 |
초심의설렘
|
11년 전 | 1472 | |
| 7168 | 11년 전 | 1004 | ||
| 7167 |
잘살아보자
|
11년 전 | 5283 | |
| 7166 |
잘살아보자
|
11년 전 | 3432 | |
| 7165 | 11년 전 | 4951 | ||
| 7164 | 11년 전 | 829 | ||
| 7163 | 11년 전 | 1199 | ||
| 7162 |
울라라라우
|
11년 전 | 1383 | |
| 7161 | 11년 전 | 1259 | ||
| 7160 |
skyler
|
11년 전 | 1187 | |
| 7159 |
|
11년 전 | 700 | |
| 7158 |
|
11년 전 | 3355 | |
| 7157 |
잘살아보자
|
11년 전 | 2891 | |
| 7156 |
잘살아보자
|
11년 전 | 2222 | |
| 7155 |
잘살아보자
|
11년 전 | 1451 | |
| 7154 |
잘살아보자
|
11년 전 | 1447 | |
| 7153 | 11년 전 | 2892 | ||
| 7152 |
울라라라우
|
11년 전 | 829 | |
| 7151 | 11년 전 | 1057 | ||
| 7150 |
잘살아보자
|
11년 전 | 2385 | |
| 7149 |
잘살아보자
|
11년 전 | 3290 | |
| 7148 |
잘살아보자
|
11년 전 | 1191 | |
| 7147 |
잘살아보자
|
11년 전 | 760 | |
| 7146 |
잘살아보자
|
11년 전 | 1403 | |
| 7145 |
잘살아보자
|
11년 전 | 717 | |
| 7144 |
잘살아보자
|
11년 전 | 1306 | |
| 7143 |
잘살아보자
|
11년 전 | 761 | |
| 7142 |
잘살아보자
|
11년 전 | 1448 | |
| 7141 |
잘살아보자
|
11년 전 | 1199 | |
| 7140 |
잘살아보자
|
11년 전 | 2014 | |
| 7139 |
잘살아보자
|
11년 전 | 3670 | |
| 7138 |
잘살아보자
|
11년 전 | 3165 | |
| 7137 |
잘살아보자
|
11년 전 | 3627 | |
| 7136 |
잘살아보자
|
11년 전 | 1384 | |
| 7135 |
gooroo
|
11년 전 | 1612 | |
| 7134 |
열라뽕똬이
|
11년 전 | 2316 | |
| 7133 |
|
11년 전 | 1016 | |
| 7132 | 11년 전 | 1428 | ||
| 7131 | 11년 전 | 3571 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기