📄 address_to_ip.asp
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="Inc/Config.asp"-->
<% MenuID=1 : OpenDB = False : Title = "查询真实地址对应的IP地址 - " + SiteName %>
<!--#include file="Inc/Menus.asp"-->
<br>
<!-------------------------------------------------------------------------->
<!------------------------IP地址查询(按地址查IP)-------------------------->
<table width="592" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FAFAFA">
<tr>
<td>
<fieldset>
<legend><strong>真实地名 → IP地址</strong></legend><br>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<form action="http://response.52.la/IP/ListIPs.asp" method="Post" target="myFrm_ips">
<tr>
<td align="center"><span class="TitleStr">地名:</span>
<input name="address" type="text" id="address" size="33" maxlength="15">
<input name="Submit" type="Submit" value="寻找对应IP段" class="bt_mouseout" onmouseover="this.className='bt_mouseover'" onmouseout="this.className='bt_mouseout'" style="padding-top:0px">
</td>
</tr>
</form>
</table>
<br>
<br>
<table width="100%" border="0" height="160" align="center" cellpadding="0" cellspacing="0" bgcolor="#CCCCCC" id="tb_IPs">
<tr>
<td width="100%" height="100%" align="center" valign="middle" bgcolor="#FFFFFF">
<iframe src="http://response.52.la/IP/ListIPs.asp" name="myFrm_ips" id="myFrm_ips" width="100%" height="100%" align="middle" frameborder="0"></iframe></td>
</tr>
<tr>
<td height="20" align="right" valign="bottom">
<input type="hidden" name="heights" id="heights" value="160">
<a href="#nourl" onclick="if (heights.value<600){heights.value=heights.value*2;tb_IPs.height=heights.value;}this.blur();">变大</a> <a href="#nourl" onclick="if (heights.value>80){heights.value=heights.value/2;tb_IPs.height=heights.value;}this.blur();">变小</a>
</td>
</tr>
</table>
</fieldset>
</td>
</tr>
</table>
<br> <br>
<!--#include file="Inc/Bottom.asp"-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -