I’m using a form on a page to post data to an iFrame (this can happen as many times as the user requests) As demonstrated here:
Target an iframe with a HTML Post with jQuery
I want to be able to perform certain actions in the parent page (resizing the iframe, displaying it if it was previously hidden etc.) when the response has been received and the iframe populated. Is there any way to do this?
I only want to do this whenever a page has been loaded to the iframe and not when the parent page first loads.
Post the following javascript to the iframe as well.
From there you control the parent and all its components.