View Full Version : links that opens a new window!


dilis_lamey
02-12-2003, 01:42 PM
soz Im newbie here, just wanna ask how to put a link that opens a new window! thanks!

Sheila
02-12-2003, 01:45 PM
This opens in a new window.... <a href="your link" target="_blank">Link Name</a>

This opens in a window that you already have open..... <a href="your link" target="_new">Link Name</a>

dilis_lamey
02-12-2003, 01:53 PM
thanks 4 the reply but Im still confused!lol

ill try it now and If I didnt get it right, Ill ask u again!lol

Thaks 4 the help!!!

Andyman
02-13-2003, 01:55 AM
here's a little extra. if you want more control on the pop-up window, you can get instructions here:

http://www.lissaexplains.com/java4.shtml#window

orlyhot
02-14-2003, 01:16 AM
I need something like that too. But what's with the _blank? Is it bold for a reason?

bejayel
02-14-2003, 01:22 AM
they wrote _blank is bold to show that it is what makes the window open in a new window.