Stop Microsoft

Miscellaneous => Programming & Networking => Topic started by: Pissed_Macman on 17 November 2002, 15:22

Title: Linking Help
Post by: Pissed_Macman on 17 November 2002, 15:22
Just figured out that my crappy domain name provider doesn't allow the address to change when you click on a link at my site. What's the code to automatically open links in a new window?
Title: Linking Help
Post by: voidmain on 17 November 2002, 22:36
Huh? I've never heard of that. Does it work if JavaScript is turned off in your browser? And just put a "target=blah" in your link and it will open the link in a new browser window.
Title: Linking Help
Post by: zooloo on 18 November 2002, 02:01
<a href="image.gif" target="_blank"> blah blah or inage here </a>

target = "_blank" is the new window.

zooloo