Easy iFrame question

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” ?

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…

Hmm… I still don’t get it. Where do I put in target at Jubbster?

<a target="frame" href="http://www.kirupa.com/">click here</a>

loads kirupa.com into the iFrame called ‘frame’ :slight_smile:

Thanks man! You’re a life saver!! It’s all coming back to me now!