View Full Version : How do you make a cetain link open a new window?


TheUsed
01-12-2003, 08:10 PM
I just want the code or whatever i need to make one link on my page open a new window?

caboodles
01-13-2003, 12:22 AM
Put <a href="HTTP://www.address.org" target=_blank>NAME OF SITE</a>

metaphor
01-13-2003, 03:39 PM
I think it also works with this line to wich I find easier to remeber

<a href="HTTP://www.address.com" target=_new>NAME OF SITE</a>