Breaking out of HTML frames
Sponsored Links
Here is the situation.
You run a web site that displays HTML documents in frames. Whenever you want to load a page you specify one or the other frame. Feedback from visitors to your site has pointed out that some of them find it difficult to print the "framed" pages. You however, do not want to redo your entire site or lose the ease in site maintenance brought by frames. So you decide to put a link that loads the web page in a full browser window - one without frames - allowing your visitors to print the page. You also do not want to open another window since one of your web design gurus told you that this is a bad idea.
So how do you allow pages to load in the same window from a "framed" web page document to one without frames?
Employ target attribute with "_top" as value in the <a> tag of the link.
<a href="some_frame.html" target="_top">Link</a>
Click here to see how it works. When you click on this link, it will open a browser window with three frames. The bottom right frame has a link which when clicked will display that frame in the full window space.
Page contents: Know how to display a framed web page in its own window thus breaking out of frames.
Comments, questions, feedback... whatever!
Recent Articles
Recent Blog Posts
Popular Articles
- Hotmail Sign In page
- Create a Hotmail account - Instructions
- Create Gmail address
- Download and install Outlook Express
- Get your free Gmail address
- Outlook Express new version
- Create my own email address
- Browers for Windows list
- Get email address
- Color combinations for web sites and pages
- Create Yahoo ID
More web tips & tricks
- Outlook Express Help - tips & tricks (53)
- Windows Live Mail help and tips (36)
- Windows Mail help (25)
- Hotmail help and tips (42)
- Yahoo help & support (45)
- AOL email help (26)
- Gmail help and tips (36)
- Internet tips & tricks (12)
- Web Design tips & tricks (33)
- HTML, Javascript tips tricks (68)
- Web Promotion tips & tricks (8)
- Graphics tips & tricks (20)
