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()
}