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("
<\/TD>"); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln("
用户名:"); document.writeln(""); document.writeln("<\/TD><\/TR>"); document.writeln("
密 码:"); document.writeln(""); document.writeln("<\/TD><\/TR>"); document.writeln("
"); document.writeln(""); document.writeln("电信用户 "); document.writeln(""); document.writeln("网通用户<\/TD><\/TR>"); document.writeln("
"); document.writeln("注册成为本站VIP会员<\/A> "); document.writeln("忘记您的登陆密码了?点这里找回<\/A><\/TD>"); document.writeln("<\/TR><\/TBODY><\/TABLE><\/TD><\/TR><\/TBODY><\/TABLE>")