
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>
Get E-Mail When New Tips are Online
Return to the Web Development - Misc. page.
New in MalekTips: