Your Guide to Professional
Web Site Design and Development

HTML Tips
HTML Codes
Web Development
Web Design Tips
JavaScript Codes
216 Web Safe Colors
CSS Tutorial
JavaScript Tutorial
ASCII Character Codes

Offering a guide to professional web site design, web page design and web design guidelines

| Web Site Development | HTML Codes | HTML Tips | Web Design TipsJavascript Snippets | 216 Safe Colors | Symbols | CSS Tutorial | JavaScript Tutorial |

Creating an HTML Escape From Frame Link

If your web site gets trapped within someone's frames, you can create a link to help your visitor escape. Place the following code within your HTML where you would like the link to appear.

<A HREF="http://www.yourdomain.com/" TARGET="_top">Escape From Frame</A>

You're actually just creating a link to your own website with the TARGET set to "Top."




 More Web Design Tips