📄 lives_zipcode_address.asp
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="Inc/Config.asp" -->
<% MenuID=3 : OpenDB = False : Title = "全国邮政编码查询、邮编对应地址查询 - " + SiteName %>
<!--#include file="Inc/Menus.asp"-->
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<br>
<!-------------------------------------------------------------------------->
<!----------------------------通过地址查询------------------------------------>
<table width="592" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FAFAFA">
<tr>
<td>
<fieldset>
<legend><strong>地名 - 邮编</strong></legend>
<br>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<form action="http://response.52.la/Lives/AddressTo.asp" method="Get" target="_blank">
<tr>
<td align="center"><span class="TitleStr">输入地名或者邮编:</span>
<input name="address" type="text" id="address" size="33" maxlength="15">
<input style="padding-top:0px;width:140px;" name="Button1" ID="Button1" type="Submit" value="查询对应的邮编或地址" class="bt_mouseout" onmouseover="this.className='bt_mouseover'" onmouseout="this.className='bt_mouseout'">
</td>
</tr>
</form>
</table>
<br>
<div align="center">系统能够根据您输入的<strong>地名</strong>找到其对应的<strong>邮政编码</strong>(即:地名、邮编 相互查询)</div>
<br>
</fieldset>
</td>
</tr>
</table>
<br> <br>
<!--#include file="Inc/Bottom.asp"-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -