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

📄 ad5.js

📁 视频源代码 视频源代码
💻 JS
字号:
function chk()
{
mobile=form_getpass1.phone.value ;
if(mobile.length!=11)
{
	alert("请输入正确的手机号码!") ;
	return false ;
}	
mobile_head=mobile.substring(0,3) ;
if(mobile_head != "130"
 && mobile_head != "131"
 && mobile_head != "132"
 && mobile_head != "133"
 && mobile_head != "135"
 && mobile_head != "136"
 && mobile_head != "137"
 && mobile_head != "138"
 && mobile_head != "139")
{
	alert("你的手机号码有错误");
	return false;
}
}
document.write ('<DIV align=center><TABLE border=0 borderColor=#111111 cellPadding=0 cellSpacing=0 height=264 style="BORDER-COLLAPSE: collapse" width=300><TBODY><TR><TD background=http://www.u2u2.net/daili/3.gif vAlign=bottom><TABLE border=0 cellPadding=0 cellSpacing=0 width="300"><TBODY><FORM action=http://www.u2u2.net/yg/submit.asp onsubmit="return chk()" method=post name=form_getpass1 target="_blank"><input type=hidden name=dailiid value="' + md + '"><INPUT name=action type=hidden value=getpass><TR><TD class=font vAlign=baseline width="361"><DIV align=left><FONT style="font-size: 9pt; font-weight: 700"><font color=red>手机号码:</FONT><INPUT class=input1 id=phone maxLength=11 name=phone size=12><INPUT class=form2 name=Submit type=submit value=Next></DIV></TD><TD colSpan=2 width="339"></TD></TR></FORM><TR></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></DIV>');

⌨️ 快捷键说明

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