var cookie_login_username=getCookie('cookie_login_username'); function checkloginfrom(objfrm){ if(objfrm.user_name.value==''){ alert("请输入用户名!"); return false; } if(objfrm.user_passwd.value==''){ alert("请输入密码!"); return false; } if(objfrm.chkrecordloginname.checked){ setCookie('cookie_login_username',objfrm.user_name.value,30,'/','healthr.com',''); } else { deleteCookie('cookie_login_username','/','healthr.com'); } return true; } document.writeln(""); document.writeln(""); document.writeln(" "); document.writeln(" "); document.writeln(" "); document.writeln(" "); document.writeln(" "); document.writeln(" "); document.writeln(" "); document.writeln(" "); document.writeln(" "); document.writeln(" "); document.writeln(" "); document.writeln(" "); document.writeln(" "); document.writeln(" "); document.writeln(" "); document.writeln(" "); document.writeln(" "); document.writeln(" "); document.writeln(""); document.writeln(" "); document.writeln(" "); document.writeln(" "); document.writeln(" "); document.writeln("
用户名:
密 码:
 "); document.writeln("  
 个人注册 忘记密码
");