I have the following problem:
I created a Form with an IFrame inside. This frame holds a subform.
Like this:
<FORM id="1">
.
.
<IFRAME id="fr2" src=http://www.webdeveloper.com/forum/archive/index.php/"frm2.htm" ...></IFRAME>
.
.
<FORM>
With a little javascript, that is called when Form 1 is submitted, I send the content of Form frm2 to the program that processes the data, prior to the content of Form 1.
This works as long as Form 1 is displayed inside the top browser window. When the form is displayed inside a frame the script can't access the content of form 2 anymore.
Any suggestions?
I created a Form with an IFrame inside. This frame holds a subform.
Like this:
<FORM id="1">
.
.
<IFRAME id="fr2" src=http://www.webdeveloper.com/forum/archive/index.php/"frm2.htm" ...></IFRAME>
.
.
<FORM>
With a little javascript, that is called when Form 1 is submitted, I send the content of Form frm2 to the program that processes the data, prior to the content of Form 1.
This works as long as Form 1 is displayed inside the top browser window. When the form is displayed inside a frame the script can't access the content of form 2 anymore.
Any suggestions?