📄 number_mobile.asp
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="Inc/Config.asp"-->
<% MenuID=2 : OpenDB = False : Title = "手机号段、手机号归属地查询 - " + SiteName %>
<!--#include file="Inc/Menus.asp"-->
<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/Mobile/" method="Post" target="myFrm_mobile" onSubmit="if (mobile.value==''){return false;} else {tb_mobile.style.visibility='visible';tb_mobile.height='60';}">
<tr>
<td align="center"><span class="TitleStr"><span class="TitleStr">手机号码:</span></span>
<input name="mobile" type="text" id="mobile" size="25" maxlength="11">
<input name="Submit" type="Submit" value="查询手机号码" 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" id="tb_mobile">
<tr>
<td width="100%" height="25" align="center" valign="middle" bgcolor="#FFFFFF">
<iframe src="http://response.52.la/Mobile/" name="myFrm_mobile" id="myFrm_mobile" width="100%" height="100%" align="middle" frameborder="0"></iframe></td>
</tr>
</table>
</fieldset>
</td>
</tr>
</table>
<br> <br>
<!--#include file="Inc/Bottom.asp"-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -