Hi,
Let "pageP" be a page which contains a form "formP" and an inline frame (iframe tag) with another page. Let "pageC" be the latter page. Now, when the user submits a form within "pageC" (the one inside the iframe), I need to submit automatically "formP" after "formC" has been submitted.
This is because "pageP" has to reflect changes made by submitting "formC" in "pageC", once "pageP" has been reloaded. Pages are dynamically generated by servlets.
I need support for IE5+, NS6, and standard-compliant browsers.
Any ideas will be appreciated.
Let "pageP" be a page which contains a form "formP" and an inline frame (iframe tag) with another page. Let "pageC" be the latter page. Now, when the user submits a form within "pageC" (the one inside the iframe), I need to submit automatically "formP" after "formC" has been submitted.
This is because "pageP" has to reflect changes made by submitting "formC" in "pageC", once "pageP" has been reloaded. Pages are dynamically generated by servlets.
I need support for IE5+, NS6, and standard-compliant browsers.
Any ideas will be appreciated.