PDA

View Full Version : Easy iFrame question..



sdrawkcaB
July 3rd, 2003, 09:27 PM
I haven't used an iframe in a while and I can't remember what to put in to make everything load in that iframe.



<iframe width="400"

height="353" name="frame"

src="http://www.spitflames.com/clients/blm/iframe.html"

align="center" frameborder="0"></iframe>


I got that, now what do I do with the links? Put in somethin like Target="frame" ?

Jubba
July 3rd, 2003, 09:35 PM
if the links are not contained in the IFRAME then yes, it would be target="frame"

if the links are contained within the IFRAME, you would put target="_self"

I think...

sdrawkcaB
July 3rd, 2003, 10:28 PM
Hmm.. I still don't get it. Where do I put in target at Jubbster?

ahmed
July 3rd, 2003, 10:32 PM
<a target="frame" href="http://www.kirupa.com/">click here</a> loads kirupa.com into the iFrame called 'frame' :)

sdrawkcaB
July 4th, 2003, 04:36 AM
Thanks man! You're a life saver!! It's all coming back to me now!