$(function(){ $("#send-button").click(function(){ var emailI = RegCkElement("yemail","Please fill in a valid email address! Eg: service@chinahighlights.com","/^([a-zA-Z0-9_-_\.])+@([a-zA-Z0-9_-])+(\.[a-zA-Z0-9_-])+/","","",false); var realnameI = StrIsNullOrEmpty("realname","Please fill in your full name.","","",false); var AquestionI = StrIsNullOrEmpty("Aquestion","Please fill in your Question.","","",false); if(emailI&&realnameI&&AquestionI) $("#formquestion").submit(); }); //保存提交地址 $("#Q_URL").val(location.href); }); document.writeln("
"); document.writeln("
Got a question? Ask us here We will reply you within one working day."); 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("
");