Closed Thread Icon

Preserved Topic: iframes (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=15215" title="Pages that link to Preserved Topic: iframes (Page 1 of 1)" rel="nofollow" >Preserved Topic: iframes <span class="small">(Page 1 of 1)</span>\

 
Boudga
Maniac (V) Mad Scientist

From: Jacks raging bile duct....
Insane since: Mar 2000

posted posted 03-20-2000 18:16

I have an iframe inside a cell of a table. How can I use a link on the parent page to switch the iframe .html page?<P>------------------
<p>[This message has been edited by Boudga (edited 20-03-2000).]

Slime
Lunatic (VI) Mad Scientist

From: Massachusetts, USA
Insane since: Mar 2000

posted posted 03-20-2000 20:49

In JavaScript, use<P>window.parent<P>In HTML, use<P>target="_parent"<P>(I think. I'm not sure about the HTML one.)<p>[This message has been edited by Slime (edited 20-03-2000).]

DL-44
Maniac (V) Inmate

From: under the bed
Insane since: Feb 2000

posted posted 03-21-2000 05:35

In HTML, set it up like this:
a href="yourpage.html" target="iframe-name"<P>"iframe-name" being whatever you named your iframe <P>------------------
<p>[This message has been edited by DL-44 (edited 21-03-2000).]

Slime
Lunatic (VI) Mad Scientist

From: Massachusetts, USA
Insane since: Mar 2000

posted posted 03-21-2000 18:24

Oops, I misunderstood your question. Listen to him, not me.

Boudga
Maniac (V) Mad Scientist

From: Jacks raging bile duct....
Insane since: Mar 2000

posted posted 03-21-2000 18:42

Thank you both for your replies...<P>I'll try out your snippet of code<P>------------------

Boudga
Maniac (V) Mad Scientist

From: Jacks raging bile duct....
Insane since: Mar 2000

posted posted 03-21-2000 23:21

I tried iframe-name thing. It doesn't work???<P>------------------

Boudga
Maniac (V) Mad Scientist

From: Jacks raging bile duct....
Insane since: Mar 2000

posted posted 03-21-2000 23:50

Since that didn't seem to work answer me this:<P>Can an .html page preload (similar to preloading images?) another page when it loads up? <P>------------------

Slime
Lunatic (VI) Mad Scientist

From: Massachusetts, USA
Insane since: Mar 2000

posted posted 03-22-2000 02:39

I'd just like to double check that you understood what he said, since it seemed a tad bit confusing to me - use<P>a href="coolpage.html" target="namehere"<P>When I read the "iframe-name" it looked to me like you had to include "iframe-" before the name, and I just wanted to make sure that you didn't make the same mistake.<P>Make sure also, in your IFRAME tag, to put name="namehere".

DL-44
Maniac (V) Inmate

From: under the bed
Insane since: Feb 2000

posted posted 03-22-2000 05:49

Yeah, what he said...iframe-name was just my example.<P>When you create your iframe, make sure you name it - (I can't use the html brackets because the forum will hide what's inside them) iframe name="blah-blah" src="blah.html"
That'll do it, in IE any way. Apparently Netscape doesn't support the iframe tag anyway : (<P>------------------
<p>[This message has been edited by DL-44 (edited 22-03-2000).]

Boudga
Maniac (V) Mad Scientist

From: Jacks raging bile duct....
Insane since: Mar 2000

posted posted 03-22-2000 15:48

YEA!!!! That worked! You guys rule!<P>------------------

DL-44
Maniac (V) Inmate

From: under the bed
Insane since: Feb 2000

posted posted 03-23-2000 09:20

glad to be of help : )<P>------------------

2winspapa
Bipolar (III) Inmate

From: Alaska, USA
Insane since: Mar 2000

posted posted 03-23-2000 21:42

That's what I had heard about netscape not supporting the iframe.

« BackwardsOnwards »

Show Forum Drop Down Menu