Passing values from an iFrame to a form on parent page

  • Thread starter Thread starter josh
  • Start date Start date
J

josh

I've created a webpage in FP2003 and that page contains a form where
visitors can enter in some information. Within this form there are 2
iFrames that contain additional information that the visitor can
enter. The parent form that contains the 2 iFrames gets emailed to an
email address when the form's submit button is clicked. None of the
information that is entered into the iFrames is being sent when the
parent form is submitted. How do I pass the information that the
visitor enters in the iFrames to the main form so that all of the
information can be sent via email? Can anyone help me with this?

Thanks for all your help.
-Josh
 
don't use Iframes
- they are separate web pages and not a part of you main page/form

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


| I've created a webpage in FP2003 and that page contains a form where
| visitors can enter in some information. Within this form there are 2
| iFrames that contain additional information that the visitor can
| enter. The parent form that contains the 2 iFrames gets emailed to an
| email address when the form's submit button is clicked. None of the
| information that is entered into the iFrames is being sent when the
| parent form is submitted. How do I pass the information that the
| visitor enters in the iFrames to the main form so that all of the
| information can be sent via email? Can anyone help me with this?
|
| Thanks for all your help.
| -Josh
|
 
Change the IFrames to scrolling text boxes.

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================
 
The content that that I have in the IFrames are text boxes and combo
boxes, if I were to use scrolling text boxes instead of IFrames would
I be able to insert other textboxes and combo boxes within the
scrolling text boxes and have that data be processed when the form's
submit button is pressed to email the form results?
 
Back
Top