function chk(){ if (document.LoginTab.username.value==""){ alert("提示\n\n请输入用户名!"); document.LoginTab.username.focus(); return false; } if (document.LoginTab.password.value==""){ alert("提示\n\n请输入密码!"); document.LoginTab.password.focus(); return false; } } document.getElementById("LoginBox").innerHTML = '