function Check() { if(document.LOgin.username.value.length==0){ alert('请输入用户名'); document.LOgin.username.focus(); return false; } if(document.LOgin.password.value.length==0){ alert('请输入密码'); document.LOgin.password.focus(); return false; } } document.writeln(""); document.writeln("
"); document.writeln(""); document.writeln(" "); document.writeln(" "); document.writeln(" "); document.writeln(" "); document.writeln(" "); document.writeln("
会员:<\/td>"); document.writeln(" <\/tr>"); document.writeln("
密码:<\/td>"); document.writeln(" <\/tr>"); document.writeln("
<\/td>"); document.writeln(" 免费注册<\/td>"); document.writeln(" <\/tr><\/form>"); document.writeln(" <\/table>"); document.writeln("
");