Welcome Guest, Not a member yet? Register   Sign In
Problem with file submission via ajax into an iframe
#2

[eluser]m4rw3r[/eluser]
Ok, I think I got the problem solved:

I need to get the JS to click the form button instead of submitting the form.

Code:
/// replace:
$(form).submit();
// with:
$('button',form).click();

It seems to work in both IE, Firefox, Chrome and Safari.
But Opera still thinks I want to have the content of about:blank.


Messages In This Thread
Problem with file submission via ajax into an iframe - by El Forum - 09-14-2008, 11:34 AM
Problem with file submission via ajax into an iframe - by El Forum - 09-14-2008, 12:09 PM



Theme © iAndrew 2016 - Forum software by © MyBB