Hi, My ajaxForm request is not working properly in Safari and Chrome. Instead of getting the response from php file it opens it as a new page. (Works fine in FF, IE, Opera):
$('#my_form').ajaxForm({
success: finished
});
function finished(responseText, statusText) {
...
}
Thanks for your help!