function userLoginSubmit() { var strUserName , strUserPassword , strBackUrl; strUserName=document.getElementById("loginUserName").value; if(strUserName=="") { alert('用户名不能为空'); return } strUserName=escape(strUserName); strUserPassword=document.getElementById("loginUserPassword").value; if(strUserPassword=="") { alert('密码不能为空'); return } strUserPassword=escape(strUserPassword); strBackUrl=document.location.protocol+'//'+document.location.host+document.location.pathname+document.location.search; strBackUrl=escape(strBackUrl); window.location.href="/aspx/userLogin-do.aspx?n="+strUserName+"&w="+strUserPassword+"&u="+strBackUrl; } document.writeln(''); document.writeln(' '); document.writeln(' '); document.writeln(' '); document.writeln(' '); document.writeln(' '); document.writeln(' '); document.writeln(' '); document.writeln(' '); document.writeln(' '); document.writeln(' '); document.writeln(' '); document.writeln(' '); document.writeln('
'); document.writeln(' '); document.writeln(' '); document.writeln(' '); document.writeln(' '); document.writeln(' '); document.writeln(' '); document.writeln(' '); document.writeln(' '); document.writeln('
用户名:'); document.writeln(' '); document.writeln('
密码:
'); document.writeln(' '); document.writeln(' '); document.writeln(' '); document.writeln(' '); document.writeln('
-忘记密码? 新手指南
');