• info@yadavengineering.com
  • +91 9945095919

Enquiry

Enquiry

captcha reload
$('#mycontact').submit(function() { $.post("submit_demo_captcha.php?"+$("#mycontact").serialize(), { }, function(response){ if(response=="invalid"){ alert("Please check the captcha code!"); } else{ $(".imgcaptcha").attr("src","demo_captcha.php?_="+((new Date()).getTime())); alert("Thank You for Contact us! We will get back to you soon."); } }); return false; }); });