View Full Version : Help Please!


Goldie Da Mac
06-19-2003, 05:59 PM
what is the code for a link to open up in a new window?


Cheers

G

Greytail
06-19-2003, 06:06 PM
<a href=url target=new>

amicus
06-19-2003, 06:48 PM
don't forget the quotes :)
<a href="url" target="_blank">

pb&j
06-20-2003, 02:49 AM
Originally posted by Greytail
<a href=url target=new>
that would work for the first link, but any additional links would open into the same window. "new" is considered a name. "_blank" is a special value which will create a new window with each click.