Passing values from an iFrame to a form on parent page

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
 
S

Stefan B Rusynko

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
|
 
T

Thomas A. Rowe

Change the IFrames to scrolling text boxes.

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

http://www.Ecom-Data.com
==============================================
 
J

josh

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top