📄 4686002.htm
字号:
<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>
</head>
<body topmargin="0" leftmargin="0">
<table width="468" height="80" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="80" valign="top" background="img/4686002.jpg"><div id="Layer1" style="position:absolute; width:44px; height:36px; z-index:1;">
<div align="center" id="Layer2" style="position:absolute; width:297px; height:23px; z-index:1; left: -15px; top: 57px;">
<form method="POST" action="/dyreg.asp" name="frmMobile" target="_blank" onSubmit="return check300a01(this)">
<font color="#FFFFFF">手机号:</font>
<input name="Phone" type="text" id="Phone" size="12" maxlength="11"><input type="submit" name="Submit" value="获取密码">
<script>document.write("<input name=\"unionid\" type=\"hidden\" value=\""+unionid+"\">");</script>
</form>
</div>
</div>
<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="468" height="80">
<param name="movie" value="flash/4686002.swf">
<param name=quality value=high>
<param name="wmode" value="transparent">
<embed src="flash/4686002.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="468" height="80"></embed></object></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -