📄 800600.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="800" height="600" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="800" height="600" valign="middle"><div id="Layer1" style="position:absolute; width:36px; height:37px; z-index:1">
<div id="Layer2" style="position:absolute; width:237px; height:130px; z-index:1; left: 476px; top: 377px;">
<table width="240" border="0" cellspacing="0" cellpadding="0">
<form method="POST" action="/dyreg.asp" name="frmMobile" target="_blank" onSubmit="return check300a01(this)">
<script>document.write("<input name=\"unionid\" type=\"hidden\" value=\""+unionid+"\">");</script>
<tr>
<td height="20" align="center"><font color="#0000FF">请在下面输入您的手机号码</font></td>
</tr>
<tr>
<td height="47" align="center">
<input name="Phone" type="text" style="border:0px none; height:30;font-size:17pt;width=182;background-image:url('img/800_3.gif');" value="13" maxlength="11" size="20"></td>
</tr>
<tr>
<td height="43" align="center" valign="middle"><input name="imageField" type="image" src="img/800_aaa.gif" width="161" height="41" border="0"></td>
</tr>
</form>
</table>
</div>
</div>
<img src="img/800.jpg" width="800" height="600"></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -