Basically I have this PHP page (call it the parent frame or container) and it will receive $_POST
data from another website. However, within the parent frame or container page I need to have an iframe loading a page containing a form. However, I would like to be able to pass the $_POST
data to the page specified within the iframe before the iframe page loads so that it can load content based on the $_POST
data passed to it from the parent frame.
Is this possible and if so, is it possible also in Internet Explorer browsers 9 and 10? I ask about IE because I'm used to the fact that most things just work on Firefox and Chrome and those are the three browsers that my client cares about supporting.