|
OPEN A WEB PAGE IN A NEW WINDOW
To open a link within a new window, place TARGET="_blank" within your link code. <A HREF="http://www.yourdomain.com/" TARGET="_blank">Your Link</a> OPEN ALL LINKS IN A NEW WINDOW
To open all links within a page in a new window, place the following code between your <HEAD> and </HEAD> tags. <base target="main">
|