View Full Version : Linking Out of iFrames


CélineFan
05-17-2003, 11:43 PM
I have a navigation bar in an iframe on my new site. (Click [url]http://www.morganinvegas.2ya.com[url] there to see what I mean.) Whenever you click on one of the links there, it opens up that page in that iframe. I want that page to open in the full browser window.

I know that in frames you have to put the frame you want to target. Does this apply to iframes, too, somehow?

kittycat
05-17-2003, 11:51 PM
Yes, it does. If you want it in an entirely new window, use target="_blank", if you want it in the same window, use target="_top"

CélineFan
05-17-2003, 11:54 PM
Okay, thanks! It's working now.