S
Simon
A very simple question that is very hard to google..(so please be so kind to
answer it, if you have the answer.)
How can I reach an iframe, located in another frame.
Situation: frameset of three frames.
Left frame (LFRAME)
Right frame (RFRAME)
Top frame (HFRAME)
(and an iframe, called progressbar)
In the right frame I have a form, that goes to the following function on
Onsubmit. (<FORM NAME="GetReport" method=""post""
onSubmit="formProgressBar(this)">
function formProgressBar(form) {
frames.['progressbar'].location.href=http://progressbar.htm;
}
This works, (i have an Iframe on this page called progressbar)
But i moved the iframe to the Top frame.
How can i reach it now? (In the frame-notation)
So when the form is "Onsubmit", in the right frame(FRAMEH), the Topframe
(HFRAME) has to load a page into it's iframe.
Thanks, Simon
answer it, if you have the answer.)
How can I reach an iframe, located in another frame.
Situation: frameset of three frames.
Left frame (LFRAME)
Right frame (RFRAME)
Top frame (HFRAME)
(and an iframe, called progressbar)
In the right frame I have a form, that goes to the following function on
Onsubmit. (<FORM NAME="GetReport" method=""post""
onSubmit="formProgressBar(this)">
function formProgressBar(form) {
frames.['progressbar'].location.href=http://progressbar.htm;
}
This works, (i have an Iframe on this page called progressbar)
But i moved the iframe to the Top frame.
How can i reach it now? (In the frame-notation)
So when the form is "Onsubmit", in the right frame(FRAMEH), the Topframe
(HFRAME) has to load a page into it's iframe.
Thanks, Simon