개별 PHP에서 그누보드 우편번호 사용하기
그누보드에서 제공하는 우편번호 찾기를 이용하는 방법입니다.
그누보드 글쓰기에 삽입할때는 별도의 function 을 선언하지 않고 사용합니다.
win_open() 를 window.open() 으로 변경해야 크롬에서 작동하더군요.
그럴경우 아래와 같이 아래와 같이 function 을 변경해서 페이지 상단에 추가합니다.
<?php
$g4_path = ".."; // 그누보드의 common.php이 위치한 경로를 지정해주세요
include_once("$g4_path/common.php");
?>
<html>
<head>
<script type="text/javascript">
<!--
function win_zip(frm_name, frm_zip1, frm_zip2, frm_addr1, frm_addr2)
{
url = "<?php echo $g4[path]; ?>/bbs/zip.php?frm_name="+frm_name+"&frm_zip1="+frm_zip1+"&frm_zip2="+frm_zip2+"&frm_addr1="+frm_addr1+"&frm_addr2="+frm_addr2;
window.open(url, "winZip", "left=50,top=50,width=616,height=460,scrollbars=1");
}
//-->
</head>
<body>
<form name="hpwrite" method="post" action="">
<input size="4" name="zip1" itemname="우편번호 앞자리" readonly value="">-<input size="4" name="zip2" itemname="우편번호 뒷자리" readonly value="">
<a href="javascript:;" onClick="win_zip('hpwrite', 'zip1', 'zip2', 'add1', 'add2');"><img src="img/btn_post.gif" border="0" align="absmiddle" /></a><br />
<input name="add1" type="text" style="width:300px" value="" readonly /><br />
<input name="add2" type="text" style="width:300px" value="" />
</form>
</body>
</html>
[ 참고 ] 그누보드 글쓰기 스킨에서 우편번호 삽입하기
http://happyjung.com/bbs/board.php?bo_table=lecture&wr_id=285
그누보드 글쓰기에 삽입할때는 별도의 function 을 선언하지 않고 사용합니다.
win_open() 를 window.open() 으로 변경해야 크롬에서 작동하더군요.
그럴경우 아래와 같이 아래와 같이 function 을 변경해서 페이지 상단에 추가합니다.
<?php
$g4_path = ".."; // 그누보드의 common.php이 위치한 경로를 지정해주세요
include_once("$g4_path/common.php");
?>
<html>
<head>
<script type="text/javascript">
<!--
function win_zip(frm_name, frm_zip1, frm_zip2, frm_addr1, frm_addr2)
{
url = "<?php echo $g4[path]; ?>/bbs/zip.php?frm_name="+frm_name+"&frm_zip1="+frm_zip1+"&frm_zip2="+frm_zip2+"&frm_addr1="+frm_addr1+"&frm_addr2="+frm_addr2;
window.open(url, "winZip", "left=50,top=50,width=616,height=460,scrollbars=1");
}
//-->
</head>
<body>
<form name="hpwrite" method="post" action="">
<input size="4" name="zip1" itemname="우편번호 앞자리" readonly value="">-<input size="4" name="zip2" itemname="우편번호 뒷자리" readonly value="">
<a href="javascript:;" onClick="win_zip('hpwrite', 'zip1', 'zip2', 'add1', 'add2');"><img src="img/btn_post.gif" border="0" align="absmiddle" /></a><br />
<input name="add1" type="text" style="width:300px" value="" readonly /><br />
<input name="add2" type="text" style="width:300px" value="" />
</form>
</body>
</html>
[ 참고 ] 그누보드 글쓰기 스킨에서 우편번호 삽입하기
http://happyjung.com/bbs/board.php?bo_table=lecture&wr_id=285
게시판 목록
그누4 팁자료실
그누보드4와 관련된 팁을 여러분들과 함께 공유하세요.
나누면 즐거움이 커집니다.
나누면 즐거움이 커집니다.
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 3309 | 3년 전 | 1803 | ||
| 3308 | 11년 전 | 2091 | ||
| 3307 |
uPAmJ903
|
6년 전 | 4750 | |
| 3306 |
바른사나이
|
6년 전 | 3273 | |
| 3305 | 6년 전 | 12306 | ||
| 3304 | 7년 전 | 3703 | ||
| 3303 | 7년 전 | 3742 | ||
| 3302 |
지리산초보
|
7년 전 | 13597 | |
| 3301 |
sozet
|
8년 전 | 4903 | |
| 3300 |
sozet
|
8년 전 | 5972 | |
| 3299 |
sozet
|
8년 전 | 10862 | |
| 3298 | 8년 전 | 4015 | ||
| 3297 |
또치하우스
|
8년 전 | 4442 | |
| 3296 | 8년 전 | 11971 | ||
| 3295 |
또치하우스
|
8년 전 | 14985 | |
| 3294 | 8년 전 | 6025 | ||
| 3293 | 8년 전 | 5588 | ||
| 3292 |
|
9년 전 | 5318 | |
| 3291 | 9년 전 | 13678 | ||
| 3290 | 9년 전 | 5052 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기