This tip was printed from the MalekTips Computer and Technology Help and Tips website at http://malektips.com.
To force a new window to open when someone clicks on a link from your webpage (keeping your webpage in the original browser window, add the TARGET="_new" code to your <A HREF> tag for that link.
For example, this opens the link to http://www.envprogramming.com in a new window.
<A HREF="http://www.envprogramming.com TARGET="_new">Screensavers!</A>
Press the "print" button on your browser or select "File" - "Print" to print this tip. Then, return to Web Development - Misc. - Open Link in New Window
Standard disclaimer applies - read http://malektips.com/disclaim.html