function userLoginSubmit() { var strUserName , strUserPassword , strBackUrl; strUserName=document.getElementById("loginUserName").value; if(strUserName=="") { alert('用户名不能为空'); return false; } //strUserName=escape(strUserName); strUserPassword=document.getElementById("loginUserPassword").value; if(strUserPassword=="") { alert('密码不能为空'); return false; } //strUserPassword=escape(strUserPassword); //strBackUrl=document.location.protocol+'//'+document.location.host+document.location.pathname+doc//ument.location.search; //strBackUrl=escape(strBackUrl); //window.location.href="/comm/userLogin-do.asp?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(''); document.writeln(''); document.writeln(''); document.writeln('
');