function js_callpage_l(htmlurl) { var newwin=window.open(htmlurl,'','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,top=2,left=2,width=100,height=100'); return false; } function Validator_l(theForm) { if (theForm.cardnumber.value=="") { alert("请输入专享号。"); theForm.cardnumber.focus(); return (false); } if (theForm.passwd.value=="") { alert("请输入密码。"); theForm.passwd.focus(); return (false); } }document.write('
专享号登录
专享号:
密 码:
首次登录请先激活
')