Submit your add Free classified over here |
Title | |||
Subject | |||
Content | |||
Image | |||
Category | |||
Website | |||
function sendEmail(drjhp@yahoo.com) { $.ajax({ url: "mail.php", type: "POST", success: function(response) { if (!response) { alert("Something went wrong. Please try again"); return; } var parsedJSON = eval('('+response+')'); // If there's an error, display it. if(parsedJSON.Error) { // Handle session timeout. if (parsedJSON.Error == "Timeout") { alert("Session timed out. Please login again."); window.location.reload(); } } document.getElementById('mailStatus').innerHTML = "Email Sent successfully"; } }); } |
No comments:
Post a Comment
Leave your valuable sugesstions over here for us to improve.