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(' '); document.writeln('
密 码:'); document.writeln('
验证码:'); document.writeln(' '); document.writeln('
'); document.writeln(' '); document.writeln(' '); document.writeln(' '); document.writeln(' '); document.writeln('
新用户注册
“甲乙在线”专业扶持大学生就业机构,专业就业辅导与人力资源服务,网络招聘和求职永久免费,诚实守信,和谐发展!
'); function checkform() { if(formlogin.username.value==""){ alert("请填写用户名"); formlogin.username.focus(); return false; } if(formlogin.userpwd.value==""){ alert("请填写密码"); formlogin.userpwd.focus(); return false; } if(formlogin.conpwd.value==""){ alert("请填写验证码"); formlogin.conpwd.focus(); return false; } formlogin.submit(); } function reg() { window.location.href="/guangzhou/zc/zc.html"; }