| View previous topic :: View next topic |
| Author |
Message |
MS Guest
|
Posted: Mon Nov 10, 2003 6:54 pm Post subject: Opening an iFrame using a variable |
|
|
The start of my javascript creates a variable "content" which holds the URL
of the page I want to load into an iFrame.
The Problem is how to get this URL into the iframe
<!--IFrame Called MAIN -->
<iframe width="435" height="600" name="MAIN" scrolling=auto
src(content)>
</iframe>
This is the code to create the iFrame but the src(content) does not work.
I have successfully used Frames for this but I think iFrame will be better
for what I want.
the code for Frames was
function fillFrame() {
parent.MAIN.location.replace(content)
}
is there a similar function that can fill an iFrame ?
Thanks
Alex
--
----------------------------------------------------------------------------
http://www.clickonlingerie.com?SIG - Exotic Erotic Lingerie
----------------------------------------------------------------------------
|
|
| Back to top |
|
 |
MS Guest
|
Posted: Tue Nov 11, 2003 1:38 am Post subject: Re: Opening an iFrame using a variable |
|
|
I have already sorted it... thanks anyway
Alex
--
----------------------------------------------------------------------------
http://www.clickonlingerie.com?SIG - Exotic Erotic Lingerie
----------------------------------------------------------------------------
"MS" <SpamNoThnx_santa____clause (AT) hotmail (DOT) com> wrote
| Quote: | The start of my javascript creates a variable "content" which holds the
URL
of the page I want to load into an iFrame.
The Problem is how to get this URL into the iframe
!--IFrame Called MAIN --
iframe width="435" height="600" name="MAIN" scrolling=auto
src(content)
/iframe
This is the code to create the iFrame but the src(content) does not work.
I have successfully used Frames for this but I think iFrame will be better
for what I want.
the code for Frames was
function fillFrame() {
parent.MAIN.location.replace(content)
}
is there a similar function that can fill an iFrame ?
Thanks
Alex
--
--------------------------------------------------------------------------
--
http://www.clickonlingerie.com?SIG - Exotic Erotic Lingerie
--------------------------------------------------------------------------
--
|
|
|
| Back to top |
|
 |
|