Path = Home : Webmaster Resources : HTML Design Tips : Open a Web Page in a New Window
When you link to outside web pages, you may not want to completely lose your visitor. By creating a link to other web sites that opens in a new window, your web page will remain open as well.
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>