function assess_form(){ if( $('#name').val() ==''){ alert('[提示]请填写姓名'); $('#name').focus(); return false; } if( $('#birthday').val() ==''){ alert('[提示]请填写出生年月'); $('#birthday').focus(); return false; } if( $('#tel').val() ==''){ alert('[提示]请填写您的电话'); $('#tel').focus(); return false; } if( !isEmail($('#email').val())){ alert('[提示]请认真填写您的邮箱。'); $('#email').focus(); 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('
所在城市
'); showprovince('province', 'city', '省份');showcity('city', '请选择', 'province'); document.write('
'); document.write('
*联系电话
 QQ 
'); document.write('
*邮箱Email
请填写常用邮箱,用以接收评估报告
'); document.write('
留学类型
'); document.write('
最高学历
'); document.write('
平均成绩
'); document.write('
工作经验
'); document.write('
外语成绩
'); document.write('
IELTS
 TOFEL 
'); document.write('
GRE
 GMAT 
'); document.write('
'); document.write('
'); document.write('
');