View Full Version : Help with iframes...


ocarinist
01-26-2003, 04:55 AM
On my webpage, I have an iframe, and it works fine when I make it display my introduction page. However, I want (like many pages have) to have a link above, making the iframe display a different page. How would I do that?

Dude128
01-26-2003, 05:03 AM
just target the link- add target="nameofyouriframe" to the <a> tag

ocarinist
01-26-2003, 05:11 AM
Thank you!