// JavaScript Document // check question form submit $(function(){ $("#send-button1").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) $("#formquestion1").submit(); }); //±£´æÌá½»µØÖ· $("#Q_URL").val(location.href); }); document.writeln("
"); document.writeln("
Quick Contact
"); document.writeln("
"); document.writeln("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("
");