Log in

View Full Version : Iframe Help



dmbware
07-09-2007, 06:21 PM
I have a frameset within an iframe, and i am trying to auto adjust the height, or I can set the height static but when a user clicks on a link I need the user to be taken to the top of the iframe....

jscheuer1
07-09-2007, 09:38 PM
To get a link, no matter how deeply it is buried in layers of iframes and frames to open on the top (to fill the entire window), just use target="_top", example:


<a href="a_big_page.htm" target="_top">Open Me in the Whole Window</a>