📄 65054001.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=600 height="541" border=0 align=center cellPadding=0 cellSpacing=0>
<TBODY>
<TR>
<TD vAlign=top background=img/650540_1.jpg height=61><DIV align=right><FONT color=#d20000>资费:30元/月</FONT></DIV></TD></TR>
<TR>
<TD height="22"><IMG height=22 src="img/650540_2.jpg" width=600></TD></TR>
<TR>
<TD background=img/650540_3.jpg height=90>
<TABLE width=250 align=right border=0>
<TBODY>
<TR>
<TD>
<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>
<DIV align=left>
<STRONG>请输入手机号</STRONG>:<INPUT id=Phone size=13 name=Phone value="13"> <BR><INPUT type=submit value=确定 name=Submit>
</DIV></FORM></TD></TR></TBODY></TABLE></TD></TR>
<TR>
<TD height="70"><IMG height=70 src="img/650540_4.jpg" width=600></TD></TR>
<TR>
<TD vAlign=bottom height=83><IMG height=83 src="img/650540_5.jpg" width=600></TD></TR>
<TR>
<TD vAlign=bottom height=87><IMG height=87 src="img/650540_6.jpg" width=600></TD></TR>
<TR>
<TD vAlign=bottom height=78><IMG height=78 src="img/650540_7.jpg" width=600></TD></TR>
<TR>
<TD vAlign=top height=50><IMG height=45 src="img/650540_8.jpg" width=600></TD></TR>
</TBODY></TABLE></BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -