function ValidateForm7(){ var flag = true; var message = 'Please fill in all mandatory fields !'; if(http.readyState == 4) { var showcheck = http.responseText; if (showcheck=='0') { message = 'Incorrect verification code!'; flag = false; }; if (document.ContactForm7.field38.value.length==0){ flag = false; }; if (flag == false) { alert(message); } else { document.ContactForm7.submit(); }; }; };function createRequestObject(){ try { xmlhttp = window.XMLHttpRequest ? new XMLHttpRequest() : new ActiveXObject("Microsoft.XMLHTTP"); } catch(e) { alert('Sorry, but your browser doesn\'t support XMLHttpRequest.'); }; return xmlhttp; }; var http = createRequestObject(); function CheckForm7() { var captchacheck = document.ContactForm7.captchacode.value; var url = '/datepicker2/captcha-process.php?captcha=' + captchacheck; http.open('GET', url, true); http.onreadystatechange = ValidateForm7; http.send(null); }; /************************************************************************************************************ JS Calendar ************************************************************************************************************/ /* Update log: (C) www.dhtmlgoodies.com, September 2005 Version 1.2, November 8th - 2005 - Added