Hello,
I have a form which submits to an iframe, This works fine if you are on a page with the iframe.
I want to be able to have the form on any page and when submit is pressed load a page and send the submit to the iframe
e.g.
- On page "article.php" and press submit
- Open page "results.php" and
- Send post data from form clicked in "article.php" to iframe "DataHere" on "results.php"
Thanks in advance