Stop Microsoft
Miscellaneous => Programming & Networking => Topic started 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?
-
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.
-
<a href="image.gif" target="_blank"> blah blah or inage here </a>
target = "_blank" is the new window.
zooloo