function checkLogin() { if(myform.u_name.value=="") { alert("用户名不能为空!"); myform.u_name.focus(); return false; } if(myform.u_password.value=="") { alert("密码不能为空!"); myform.u_password.focus(); return false; } } document.writeln("
"); document.writeln(" 账号:"); document.writeln(" "); document.writeln(" 密码:"); document.writeln(" "); document.writeln(""); document.writeln("注册 忘记密码"); document.writeln("当前时间:2024-05-02 06:52:58"); document.writeln("
");