Linking to IFrames?

admin

Administrator
Staff member
I would like to Link pages to come up in an IFrame, what must the _Target be to accomplish this?<br />
<br />
Thankyou, Peace Out!!<!--content-->Originally posted by JT Blaze what must the _Target be to accomplish this?<br />
<br />
<br />
<iframe name="youriframe" ...<br />
<br />
<br />
<a target="youriframe"...<!--content-->hmmm i've tried that but i cant seem to get it to work. Can u please explain a bit more.. thankyou!<!--content-->Originally posted by JT Blaze <br />
hmmm i've tried that but i cant seem to get it to work. Can u please explain a bit more.. thankyou! <br />
<br />
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.<br />
<br />
If you need to know more you will find it here<br />
<!-- m --><a class="postlink" href="http://www.w3.org/TR/html4/present/frames.html">http://www.w3.org/TR/html4/present/frames.html</a><!-- m --><br />
<br />
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.<!--content-->I got it working, thanks for your help!! <br />
<br />
Peace Out!:D<!--content-->
 
Top