document.write('
会员号:密 码:

[新用户注册]  [忘记密码]

');function Vlg(theForm) { if (theForm.cardnumber.value=="") { alert("请输入会员号。"); theForm.cardnumber.focus(); return (false); } if (theForm.passwd.value=="") { alert("请输入密码。"); theForm.passwd.focus(); return (false); } }