📄 index.htm
字号:
<HTML>
<HEAD>
<TITLE>小蜜蜂手机号码查询系统 Power By DownReg.COM</TITLE>
<link href="site_cn.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
td,body {
line-height: 27px;
font-size: 12px;
}
input {
font-size: 12px;
background-color: write;
}
-->
</style>
<script language="JavaScript">
function check_form()
{
if(form1.m.value=="")
{
alert("请输入手机号码!");
form1.m.focus();
return false;
}
var str = /^13[0-9]{9}$/;
if(!str.exec(form1.m.value))
{
alert("请写正确的手机号码!");
form1.m.focus();
return false;
}
return true;
}
</script>
</HEAD>
<BODY><table width="750" border="0" align="center" cellpadding="2" cellspacing="1" class="box_blue">
<tr>
<td height="50" align="center" bgcolor="#00CCFF"><span class="biaoti30">小蜜蜂手机号码查询系统</span></td>
</tr>
</table>
<table width="40%" border="0" align="center" cellpadding="5" cellspacing="1">
<form name="form1" method="post" action="index.php?action=query" onSubmit="return check_form()">
<tr>
<td>请输入手机号码:
<input name="m" type="text" id="m" size="25" value=''></td>
</tr>
<tr>
<td align="center">
<input name="submit" type="submit" value="查询">
<input name="submit" type="reset" value="重写"></td>
</tr>
</form>
</table>
<br>
<TABLE WIDTH="56%" CELLPADDING="2" CELLSPACING="1" bgcolor=#000000 style="font-size:12px" align="center">
<TR bgcolor="#ffffff" align=center>
<TD colspan="4">手机号码归属地信息列表</TD>
</TR>
<TR bgcolor="#ffffff" align=center>
<TD width=25%>归属地址</TD>
<TD width=25%>手机号码</TD>
<TD width=25%>区号</TD>
<TD width=25%>所属卡型</TD>
</TR>
<TR bgcolor="#ffffff" align=center>
<TD>{province}{city}</TD><TD>{mobile}</TD><TD>{num}</TD><TD>{card}</TD>
</TR>
</TABLE>
<table width="750" border="0" align="center" cellpadding="2" cellspacing="1">
<tr>
<td height="24"> <a href="http://www.downreg.com/">DonwReg.COM</a> <a href="http://down.downreg.com/">软件下载</a> <a href="http://sc.downreg.com">IT在线手册</a> <a href="http://bc.downreg.com">小蜜蜂采集器</a></td>
</tr>
<tr>
<td height="24"> 信息查询:<a href="http://www.downreg.com/zzgj/ipsearch/">IP查询</a> <a href="http://www.downreg.com/zzgj/showHistory/showHistory.php">历史上的今天</a> <a href="http://www.downreg.com/zzgj/status/">身份证查询</a> <a href="http://www.downreg.com/zzgj/fortune/index.php">手机号码吉凶</a> <a href="http://www.downreg.com/zzgj/chengyucx/index.php">成语查询</a> <a href="http://www.downreg.com/zzgj/stamp/index.php">邮编查询</a></td>
</tr>
<tr>
<td height="24" align="center"><a href="http://bc.downreg.com/" target="_blank">小蜜蜂开发小组版权所有</a> DownReg.COM</td>
</tr>
</table>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -