⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ip_to_address.asp

📁 是个不错的文件代码,希望大家好好用,
💻 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/" method="Post" target="myFrm_ip">
        <tr>
          <td align="center"><span class="TitleStr">查询此IP地址:</span>
		    <input name="ip" type="text" id="ip" 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" align="center" cellpadding="0" cellspacing="0" bgcolor="#CCCCCC">
        <tr> 
          <td width="100%" height="50" align="center" valign="middle" bgcolor="#FFFFFF"> 
            <iframe src="http://response.52.la/ip/" name="myFrm_ip" id="myFrm_ip" width="100%" height="100%" align="middle" frameborder="0"></iframe></td>
        </tr>
      </table>
      </fieldset>
    </td>
  </tr>
</table>
<br>&nbsp;<br>

<!--#include file="Inc/Bottom.asp"-->

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -