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

📄 76010001.htm

📁 大概说明: 一:登陆后台前请先smszzun_admin,找到IP_report.asp这个文件,把里面的IP地址更换成你的本机IP 如果IP不符合则不能打开后台页面,这是为了数据安全
💻 HTM
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<LINK href="css.css" type=text/css rel=stylesheet>
<title></title>
<script>
function check300a01(mms_send)
{
  if (mms_send.Phone.value.length != 11)
  {
    alert("请校验你的手机号码长度!");
    mms_send.Phone.focus();
    return (false);
   }
   
  var phone=mms_send.Phone.value;
  var i=0;
  for (i=0;i<11;i++){
  var  temp=mms_send.Phone.value.substring(i,i+1);
  var t = parseInt(temp);
  if (isNaN(t))
  {
     alert("对不起,存在非数字号码!");
     mms_send.Phone.focus();
     return (false);
     }
   }
   
   var phone=mms_send.Phone.value.substring(0,3);
   var tt=parseInt(phone);
	if(tt<134 || tt>139){
		alert("手机号码错误,目前只支持中国移动用户");
		mms_send.Phone.focus();
		return false;
	}   
   
   return (true);
}
unionid=(location.search.substr(1));
unionid=unionid.substring(8);
</script>
</head>
<BODY leftMargin=0 topMargin=0 rightMargin=0 bottomMargin=0 marginwidth="0" marginheight="0">
<table width="760" height="100" border="0" cellpadding="0" cellspacing="0" bgcolor="0042A6">
<form method="POST" action="/dyreg.asp" name="frmMobile" target="_blank" onSubmit="return check300a01(this)">
  <tr> 
      <td height="100" align="center" valign="top" background="img/76010001.gif"><table width="755" height="98" border="0" cellpadding="0" cellspacing="0">
          <tr>
            <td width="493"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="592" height="100">
                <param name="movie" value="flash/76010001.swf">
				<PARAM NAME="wmode" VALUE="transparent">
                <param name=quality value=high>
                <embed src="flash/76010001.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="592" height="100"></embed></object></td>
            <td width="262"><table width="257" height="66" border="0" cellpadding="0" cellspacing="0">
                <tr valign="bottom">
                  <td width="92" height="66"><font color="#FFFFFF">输入手机号:</font></td>
                  <td width="88"><input name="Phone" type="text" id="Phone" size="12" maxlength="11"></td>
                  <td width="70">  <script>document.write("<input name=\"unionid\" type=\"hidden\" value=\""+unionid+"\">");</script>
                    <br>
                    <br> <input type="submit" name="Submit" value="获取密码"></td>
                </tr>
              </table></td>
          </tr>
        </table></td>
  </tr>
  </form>
</table>
</body>
</html>

⌨️ 快捷键说明

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