Miscellaneous > Programming & Networking
Linking Help
(1/1)
Pissed_Macman:
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?
voidmain:
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.
zooloo:
<a href="image.gif" target="_blank"> blah blah or inage here </a>
target = "_blank" is the new window.
zooloo
Navigation
[0] Message Index
Go to full version