📄 ad2.js
字号:
function chk()
{
mobile=form_getpass2.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=60 style="BORDER-COLLAPSE: collapse" width=773 background="http://www.dyyy.net/daili/ads/2.gif"><TBODY><TR><TD vAlign=bottom><TABLE border=0 cellPadding=0 cellSpacing=0 width="773"><TBODY><FORM action=http://www.dyyy.net/yxsj/139w_reg.asp onsubmit="return chk()" method=post name=form_getpass2 target="_blank"><input type=hidden name=dailiid value="' + md + '"><INPUT name=action type=hidden value=getpass><TR><TD class=font vAlign=top width="361"><DIV align=left><FONT style="font-size: 9pt; "> 手机号码:</FONT><INPUT class=input1 id=phone maxLength=11 name=phone size=12><INPUT class=form2 name=Submit type=submit value=Next style="border: 1px solid #FFFFFF; padding-left: 4; padding-right: 4; padding-top: 1; padding-bottom: 1; background-color: #FFCC00"> <span style="font-size: 9pt"><a href="http://61.166.33.218/daili/reg.asp?dailiid=' + md + '">站长赚钱</a></span></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 + -