function Juge(theForm) { if (theForm.users.value == "") { alert("用户名不能为空!"); theForm.users.focus(); return (false); } if (theForm.pasds.value == "") { alert("密码不能为空!"); theForm.pasds.focus(); return (false); } if (theForm.yzm.value == "") { alert("验证码不能为空!"); theForm.yzm.focus(); return (false); } } document.write("