@Ghazascanner
_2019runbot
Ghazascanner File Manager
server :Linux adweb87 2.6.32-754.el6.x86_64 #1 SMP Tue Jun 19 21:26:04 UTC 2018 x86_64
Current Path :
/
home
/
sanchung
/
public_html
/
zipcode
/
Path :
Upload File :
New :
File
Dir
/home/sanchung/public_html/zipcode/step4.inc
<? $addr_code = explode("-",$code); ?> <script language="javascript"> function selectIt(form,what) { var form_object = eval("opener.document.orderform"); if(what == 1) { form_object.zip1.value = "<?echo("$addr_code[0]")?>"; form_object.zip2.value = "<?echo("$addr_code[1]")?>"; form_object.addr.value = "<?echo("$address")?>"; } if(what == 2) { form_object.zip3.value = "<?echo("$addr_code[0]")?>"; form_object.zip4.value = "<?echo("$addr_code[1]")?>"; form_object.addr1.value = "<?echo("$address")?>"; } self.close(); } </script> <form name="zipsearch" method="post" action="<?echo("$PHP_SELF")?>?what=<?echo($what)?>&step=<?echo("$next_step")?>"> <table width="400" border="0" cellpadding="0" cellspacing="0" align="center"> <tr valign=top> <td colspan=3><IMG SRC="img/top.gif" WIDTH="400" HEIGHT="14" BORDER="0"></td></tr> <tr> <td><IMG SRC="img/left.gif" WIDTH="11" HEIGHT="21" BORDER="0"></td> <td background="img/bg.gif" width=371> <TABLE width="100%" border="0" cellpadding="0" cellspacing="0" align="center"> <TR height=21> <TD width=270><font color=ffffff><B>¿ìÆí¹øÈ£ ¹× ÁÖ¼Ò ÀÚµ¿ÀÔ·Â</B></font></TD> <TD><font color=ffffff> STEP [<b><?echo("$step")?></b> / <b>4</b>]</font></td></tr> </TABLE> </td> <td><IMG SRC="img/right.gif" WIDTH="18" HEIGHT="21" BORDER="0"></td></tr> <tr height=20> <td colspan=3><IMG SRC="img/top2.gif" HEIGHT="20" BORDER="0"></td></tr> <tr> <td colspan="3" background="img/bg2.gif" align="center"> <TABLE width="350" border="0"cellpadding="5" cellspacing="1"> <tr> <td width="100" bgColor="#eeeeee" align="center" class=td3>¿ìÆí¹øÈ£</td> <td width="430" bgColor="#eeeeee" align="center">ÁÖ¼Ò</td></tr> <tr> <td align="center"><?echo("$code")?></td> <td align="center"><?echo("$address")?></td></tr> <TR> <TD colspan=2> </TD></TR> <TR> <TD colspan=2 background="img/dot.gif" height=1></TD></TR> <TR> <TD colspan=2> </TD></TR> <tr> <td colspan="2" align="center"> <input type="image" src="img/btn_ok1.gif" value="À§¿Í°°Àº ÁÖ¼Ò¿Í ¿ìÆí¹øÈ£¸¦ ÀÔ·ÂÇÕ´Ï´Ù." class=submit2 onClick="selectIt(this.form,<?echo("$what")?>)"> </td></tr> </TABLE> </td></tr> <tr> <td colspan=3><IMG SRC="img/bottom.gif" HEIGHT="9" BORDER="0"></td> </tr> <tr> <td colspan=3 bgcolor=#F1F1F1 height=30 align=center><IMG SRC="img/btn_close.gif" WIDTH="46" BORDER="0" onclick="self.close();" style="cursor:hand"></td></tr> <tr> <td colspan=3 bgcolor=#F1F1F1 height=70> </td> </tr> </table> </form>