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('
'); 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('

 
'); function ChkLogin() { if(document.login.UserName.value=="") { document.login.UserName.focus(); alert("用户名不能为空!"); return false; } if(document.login.Password.value=="") { document.login.Password.focus(); alert("密码不能为空!"); return false; } //document.login.submit() }