function check() { if (login.username.value=="") { alert("请输入用户名!"); document.login.username.focus(); return false; } if (login.psw.value=="") { alert("请输入密码!"); document.login.psw.focus(); return false; } } document.writeln("
"); document.writeln("
 用户名  密码   注册<\/a> | 忘记密码<\/a><\/div>"); document.writeln("<\/form>");