Click to See Complete Forum and Search --> : Linking to IFrames?


JT Blaze
01-01-2003, 01:48 AM
I would like to Link pages to come up in an IFrame, what must the _Target be to accomplish this?

Thankyou, Peace Out!!

Stefan
01-01-2003, 01:55 AM
Originally posted by JT Blaze what must the _Target be to accomplish this?


<iframe name="youriframe" ...


<a target="youriframe"...

JT Blaze
01-01-2003, 02:36 AM
hmmm i've tried that but i cant seem to get it to work. Can u please explain a bit more.. thankyou!

Stefan
01-01-2003, 05:20 AM
Originally posted by JT Blaze
hmmm i've tried that but i cant seem to get it to work. Can u please explain a bit more.. thankyou!

Um, I really don't know what more to explain. It's quite simple, you specify a name on your <iframe> and then you use the same name as the value for the target attribute in your link.

If you need to know more you will find it here
http://www.w3.org/TR/html4/present/frames.html

If you can't get it working it's probably becuse you ahev made an error on the page, and I can't really help with that as long as you don't post a link to the page.

JT Blaze
01-01-2003, 04:14 PM
I got it working, thanks for your help!!

Peace Out!:D