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 |

Open a Web Page Link in a New Window

When linking to a web address that isn't a part of your web site, open the web site in a new window. Your web site will remain open in the original window and prevent you from completely losing your visitors.

To open a web page in a new window, add the following code to your link.

<A HREF="http://www.yourdomain.com/" TARGET="_blank">Your Link</a>

Try it:

Click here to open a link in a new window.

Although this code is good to use if you're linking to a site outside of your own, you won't want to use it when navigating through your own site, as you want your web pages to open within the same window.

 More Web Design Tips