function loginclick(){ if (document.getElementById("LoginID").value==""){ alert("用户名不能为空"); document.getElementById("LoginID").focus(); return false; } if (document.getElementById("Passwd").value==""){ alert("密码不能为空"); document.getElementById("Passwd").focus(); return false; } document.getElementById("sso_login_form1").submit(); return true; } document.writeln('
');