MINI MINI MANI MO
<?
#### ¼³Á¤ ¶óÀ̺귯¸® ÀÐ¾î ¿À±â ½ÃÀÛ
require "../config/config.php";
require "$setup/dbconn.php";
require "$setup/lib.php";
#### ¼³Á¤ ¶óÀ̺귯¸® ÀÐ¾î ¿À±â ³¡
$widthx=440;
?>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title>¿ìÆí¹øÈ£Ã£±â</title>
<SCRIPT LANGUAGE="JavaScript" src="/lib.js"></SCRIPT>
<SCRIPT LANGUAGE="JavaScript">
<!--
function ConfZipcode(zipcode,address,no){
window.opener.join.<?=$ret?>_post.value=zipcode;
window.opener.join.<?=$ret?>_addr3.value=address;
window.opener.join.<?=$ret?>_addr4.focus();
window.close();
}
//-->
</SCRIPT>
<link rel="stylesheet" href="/css/admin.css">
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red" leftmargin="0" marginwidth="0" topmargin="0" marginheight="0">
<table align=center cellspacing=0 cellpadding=0 background="/images/zipcode_title_bg.gif" width=100%>
<tr height=44><td><img src="/images/zipcode_title.gif"></td></tr>
<tr height=1><td bgcolor="#0033CC"></td></tr>
</table>
<?
if ($key) {
$key=urldecode($key);
$sql="select * from zipcode where gugun like '%$key%' or dong like '%$key%'";
$result=mysql_query($sql);
$row_numbers=mysql_num_rows($result);
?>
<br>
<table align=center cellspacing=1 cellpadding=0 bgcolor=#899FDC width=<?=$widthx?>>
<tr align=center height=25 bgcolor="#D1E7FF">
<td>¿ìÆí¹øÈ£</td><td>ÁÖ ¼Ò (À¾/¸é/µ¿ ÀÌ»ó)</td>
</tr>
<?while($data=mysql_fetch_array($result)){?>
<tr height=20 bgcolor="#FFFFFF" style="cursor:hand" onMouseOut="this.style.backgroundColor=''" onMouseOver="this.style.backgroundColor='#FFF3F0'" onclick="ConfZipcode('<?=$data[zipcode]?>','<? echo "$data[sido] $data[gugun] $data[dong] ";?>','<?=$ty?>')">
<td width=50 align=center><?=$data[zipcode]?></td>
<td style="padding-left:5"><? echo "$data[sido] $data[gugun] $data[dong] $data[bunji]";?></td>
</tr>
<?}?>
</table>
<?
} else $check_focus=true;
?>
<br>
<table align=center width=<?=$widthx?>>
<form action="<?=$PHP_SELF?>" method="get" name="post">
<input type=hidden value=<?=$ty?> name=ty>
<tr align=center>
<td>°Ë»öÇÒ ÁÖ¼ÒÀÇ µ¿/À¾/¸éÀ» ÀÔ·ÂÇØ ÁÖ¼¼¿ä!</td>
</tr>
<tr align=center>
<td><input type="text" name="key" style="vertical-align:middle;border:solid 1 #0099FF;height:25;padding-top:5;text-align:center">
<input type="hidden" name="ret" value="<?=$ret?>">
<img src="/images/b_confirm.gif" style="vertical-align:middle;cursor:hand" onclick="submit();"></td>
</form>
</tr>
</table>
<?
if ($check_focus) {
?>
<SCRIPT LANGUAGE="JavaScript">
<!--
post.key.focus();
//-->
</SCRIPT>
<?}?>
</body>
OHA YOOOO