Thread
:
check if Javascript is enabled and take actions
View Single Post
Apr 11th, 2006, 9:30 PM
#
3
Cerulean
Professional Programmer
Join Date: Apr 2005
Location: London, England
Posts: 459
Rep Power:
4
You can open a page in a new window without using JavaScript, mind. Just set the anchor tag's "target" attribute to "_blank", e.g
(
Toggle Plain Text
)
<a href="..." target="_blank">link</a>
<a href="..." target="_blank">link</a>
Cerulean
View Public Profile
Visit Cerulean's homepage!
Find More Posts by Cerulean