// JavaScript Document document.writeln("
"); document.writeln("
"); document.writeln("
  • "); document.writeln(" "); document.writeln(" <\/li>"); document.writeln("
  • E_mail:"); document.writeln(" "); document.writeln(" <\/li>"); document.writeln("
  • 密    码:"); document.writeln(" "); document.writeln(" <\/li>"); document.writeln("
  • 验证码:"); document.writeln(" "); document.writeln(""); document.writeln(" <\/li>"); document.writeln("
  • 类    型:用户代理商<\/li>"); document.writeln("
  • "); document.writeln(" "); document.writeln(" <\/a>"); document.writeln(" 找回密码<\/a> <\/li>"); document.writeln(" <\/div>"); document.writeln(" <\/form>"); document.writeln(""); function loginSubmit(form2){ var userName = form2.elements['Yx_vipName']; var password = form2.elements['Yx_vipPassword']; if(userName.value == ""){alert("请输入用户名");return false} if(password.value == ""){alert("请输入密码");password.focus();return false} location.href="?usrname="+userName.value; } rnd.today=new Date(); rnd.seed=rnd.today.getTime(); function rnd() {     rnd.seed = (rnd.seed*9301+49297) % 233280;     return rnd.seed/(233280.0); }; function rand(number) {     return Math.ceil(rnd()*number); }; ChangeCodeImg(); function ChangeCodeImg() { a = document.getElementById("ImageCheck"); a.src = "http://www.batterypie.cn/CodeImg.aspx?"+rand(10000000); // document.all.Button1.disabled = true; }