[jQuery] Post Form target into iframe, are there any events triggered?

[jQuery] Post Form target into iframe, are there any events triggered?


More of a general JS questions for all the JS gurus who listen to this forum!
I am posting a form into a hidden iframe:
<form method="post" action="..." target="postFrame">
...
<input type="submit" value="Submit" />
</form>
<iframe name="postFrame" style="..."></iframe>
Is there an easy way to tell that the iframe has been loaded (e.g. some
event that gets fired) ?
I am able to poll the frame, catch the cross domain permission exception,
etc....
but it seems a bit messy.
Any suggestions appreciated!
--
View this message in context: http://www.nabble.com/Post-Form-target-into-iframe%2C-are-there-any-events-triggered--tp15797434s27240p15797434.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.