javastr=""; function check_login(theForm) { if(theForm.username.value=="") { alert("请输入用户名"); theForm.username.focus(); return false; } if(theForm.password.value=="") { alert("请输入密码"); theForm.password.focus(); return false; } } javastr=javastr+"
忘记密码 新用户注册