function CheckForm() { if(document.index_logon.UserName.value=="") { alert("请输入用户名"); document.index_logon.UserName.focus(); return false; } if(document.index_logon.PassWord.value=="") { alert("请输入密码"); document.index_logon.PassWord.focus(); return false; } document.index_logon.submit(); } document.writeln(""); document.writeln(" "); document.writeln(" "); document.writeln("
"); document.writeln(" "); document.writeln(" "); document.writeln(" "); document.writeln("
 首 页<\/a> ┆ 无极天下社区<\/a> ┆<\/TD>"); document.writeln(" "); document.writeln(" "); document.writeln(" "); document.writeln(" "); document.writeln("
用户名:<\/FONT><\/TD>"); document.writeln(" <\/TD>"); document.writeln(" 密码:<\/FONT><\/TD>"); document.writeln(" <\/TD>"); document.writeln(" <\/TD>"); document.writeln(" 申请通行证<\/FONT><\/A><\/TD>"); document.writeln(" 找回密码<\/FONT><\/A><\/TD>"); document.writeln(" <\/FORM><\/TR><\/TBODY><\/TABLE> <\/TD>"); document.writeln(" <\/TR><\/TBODY><\/TABLE><\/TD>"); document.writeln("  <\/TD>"); document.writeln(" <\/TR><\/TBODY><\/TABLE>");