View Full Version : iframe links


SkittleBean
01-29-2005, 07:37 PM
How do you get a link in an iframe to open in a new window instead of in the iframe?

Chris
01-29-2005, 07:43 PM
<a href="www.domain.com" target="_blank">Your text here</a>

Thanks,
Chris

SkittleBean
01-31-2005, 11:05 PM
what if you don't want the links to open in a new window, just not the iframe? so, the page the iframe is in? if that makes sense..

kittycat
02-01-2005, 01:57 AM
target="_top"
Is that what you want?