Connecting Tech Pros Worldwide Forums | Help | Site Map

Post form results to new page and iframe in new page

Targa
Guest
 
Posts: n/a
#1: Jul 23 '05
I have a form that I submit to an asp page.
The asp page contains an iframe that needs to receive the form results too.

How can I submit the form to both the asp page and the iframe at the same
time?

Thanks!






Randy Webb
Guest
 
Posts: n/a
#2: Jul 23 '05

re: Post form results to new page and iframe in new page


Targa wrote:
[color=blue]
> I have a form that I submit to an asp page.
> The asp page contains an iframe that needs to receive the form results too.[/color]

Have the asp page pass the information to the iframe document. Or, have
the IFrame document read it from its parent.frames document.
[color=blue]
> How can I submit the form to both the asp page and the iframe at the same
> time?[/color]

You can't.

--
Randy
Chance Favors The Prepared Mind
comp.lang.javascript FAQ - http://jibbering.com/faq/
Closed Thread