Connecting Tech Pros Worldwide Help | Site Map

Post form results to new page and iframe in new page

  #1  
Old July 23rd, 2005, 12:25 PM
Targa
Guest
 
Posts: n/a
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!





  #2  
Old July 23rd, 2005, 12:25 PM
Randy Webb
Guest
 
Posts: n/a

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
VB6 OR VBA & Webbrowser DOM Tiny $50 Mini Project Programmer help gunimpi answers 0 January 10th, 2007 08:55 PM
Web Page Question Tim answers 4 December 5th, 2006 04:35 PM
video in javascript chrisdude911 answers 8 March 28th, 2006 09:25 AM
How to execute subroutines from button clicks? Fred answers 4 July 19th, 2005 12:42 PM