| 江西省机场集团公司赣州机场分公司招聘 |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
function check()
{
f=form2;
if(f.q_username.value=="")
{
alert("用户名不能为空");
f.q_username.focus();
return false
}
if(f.q_password.value=="")
{
alert("密码不能为空");
f.q_password.focus();
return false
}
// if(!IsWellForm(f.q_username.value,"用户名只能输入字母和数字和下划线"))
// {
// f.q_username.value=""
// return false
// }
if(!IsWellForm(f.q_password.value,"密码只能输入字母和数字和下划线"))
{
f.q_password.value="";
return false
}
if(f.cmp.checked)
{
document.form2.action="cmplogin.es";
}
if(f.per.checked)
{
document.form2.action="perlogin.es";
}
//document.form2.submit();
return true
}
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||