i have script.html, which submits a POST ajax. with following alert messages
success: alert("success");
i load script.html in an iframe on index.html. AJAX post is successful. Firebug throws no error. However, i dont see success alert message.
i load script.html by itself. AJAX post is successful. Success Alert Message pops up.
please help. i need to load script.html via iframe.