document.writeln('
'); function CheckLoginForm(this_form) { if (this_form.username.value == '') { alert("用户名不能为空, 请重新输入!"); this_form.username.focus(); return false } if (this_form.password.value == '') { alert("密码不能为空, 请重新输入!"); this_form.password.focus(); return false; } return true; } document.writeln('
'); document.writeln('用户名:'); document.writeln(''); document.writeln(' 密码:'); document.writeln(''); document.writeln(''); document.writeln('免费注册,免费发布课程'); document.writeln('忘记密码'); document.writeln('
'); document.writeln('
');