View Full Version : Linking in iframes


Komillia
07-16-2003, 07:49 AM
I have a little problem here.

Example (Copy and past the URL since otherwise it won't work) http://www.geocities.com/komillia/example.gif

My main page is pretty much made up of several iframes. Is there any way I can make it so that if I click on a link in iframe 1, the file comes up in iframe 2?

Lemon Squash
07-16-2003, 07:59 AM
Use

<a href="http://address you want to link to" target="nameofiframe">link</a>

For your link and in your iframe code you should have something like name=IFRAME in this case you would put target="IFRAME"

Does that help?

Komillia
07-16-2003, 08:02 AM
Oh, thank you so much! :D Turned out that that's exactly what I did but I forgot about the "" which is why it didn't work. Anyway, thanks again! :D