Monthly Archives: June 2019

Calculate Age from Birth Date using AJAX

Step 1: First write an AJAX script under script tag in head section for browser loading function function showCustomeremail(st) { if (st==””) { document.getElementById(“txtHint”).innerHTML=””; return; } if (window.XMLHttpRequest) { xmlhttp=new XMLHttpRequest(); } else { xmlhttp=new ActiveXObject(“Microsoft.XMLHTTP”); } xmlhttp.onreadystatechange=function() { if … Continue reading

Rate this:

Leave a comment

AJAX not working!

If your AJAX code is not functioning even if your code is perfect then try to make sure the following step also done -Clear your chache and history sessions in your browser then try again. Thanks…

Rate this:

Tagged | Leave a comment