document.write(''); function apply_form(i){ if(i==1){//第一步 var m=true; if( $('#school_name').val() ==''){ alert('[提示]请填写意向学校'); m=false; $('#school_name').focus(); return false; } if( $('#course_name').val() ==''){ alert('[提示]请填写意向课程'); m=false; $('#course_name').focus(); return false; } if( $('#name').val() ==''){ alert('[提示]请填写姓名'); m=false; $('#name').focus(); return false; } if( $('#birthday').val() ==''){ alert('[提示]请填写出生年月'); m=false; $('#birthday').focus(); return false; } if( $('#paperwork_No').val() ==''){ alert('[提示]请认真填写证件号码'); m=false; $('#paperwork_No').focus(); return false; } if( $('#tel').val() ==''){ alert('[提示]请填写您的电话'); m=false; $('#tel').focus(); return false; } if( !isEmail($('#email').val())){ alert('[提示]请认真填写您的邮箱。'); m=false; $('#email').focus(); return false; } if(m){ if ( $('.apply_guide li') ){ $('.apply_guide li').removeClass('current').eq(1).addClass('current'); } $('dl.form-box').hide().eq(1).show(); $('div.btn-box').hide().eq(1).show(); } }else{ //第二步 if( $('#father_name').val()==''&&$('#mother_name').val()==''){ alert('[提示]父母信息需至少填写一项。'); return false; } } } document.write('
'); document.write('
'); document.write('
申请意向
'); document.write(''); document.write('
*意向学校
'); document.write('
*意向专业
'); document.write('
预计入学时间
'); document.write('
最佳联络时间
'); document.write('
学生信息
'); document.write('
*学生姓名
 
'); document.write('
*出生日期
'); document.write('
*证件号码
 
'); document.write('
所在城市
'); showprovince('province', 'city', '省份'); showcity('city', '请选择', 'province'); document.write('
'); document.write('
*联系电话
 QQ 
'); document.write('
*邮箱Email
请填写常用邮箱,用以接收评估报告
'); document.write('
'); document.write(''); document.write(''); document.write('
');