Web Hosting Talk







View Full Version : Hey, How do i make a link open in a new window?


Click
02-01-2005, 08:01 AM
Right now, if you click a click on my page, it will open in the same window. Of course, I don't want this for all links, just the ones that aren't my site.


thx.

Click
02-01-2005, 08:05 AM
I know, with a question like this, it's a wonder how I even got into the biz.

SgtSakura
02-01-2005, 08:58 AM
<a href="http://externalpage.com" target="_blank>LinkName</a>
Eg for a link to webhostingtalk that is called WHT
<a href="http://www.webhostingtalk.com" target="_blank>WHT</a>

Click
02-01-2005, 09:08 AM
thanks, I knew that, lol!

I'll try it when i get home. :P

SgtSakura
02-01-2005, 09:10 AM
no problems you dont learn unless you ask :)

btw you can change the _blank to like _site1 or _site2
so you can click several and they all open in new windows