function checkloginform(){ if(myloginform.username.value==""){ alert("用户名不能为空"); myloginform.username.focus(); return false; } if(myloginform.password.value==""){ alert("密码不能为空"); myloginform.password.focus(); return false; } myloginform.submit(); } function findpassword(){ window.open("resetpw.php","resetpw","toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=309,height=191,left=100,top=100"); } document.writeln("
"); document.writeln(" "); document.writeln(" "); document.writeln(" "); document.writeln(" "); document.writeln(" "); document.writeln(" "); document.writeln("
<\/td>"); document.writeln(" <\/tr>"); document.writeln("
学    号:<\/td>"); document.writeln(" <\/td>"); document.writeln(" <\/tr>"); document.writeln("
密    码:<\/td>"); document.writeln(" <\/td>"); document.writeln(" <\/tr>"); document.writeln("
\"登陆\" 忘记密码?<\/a> <\/td>"); document.writeln(" <\/tr>"); document.writeln("
<\/td>"); document.writeln(" <\/tr>"); document.writeln(" <\/table>"); document.writeln(""); document.writeln(" <\/form>");