View Single Post
Old Apr 11th, 2006, 9:30 PM   #3
Cerulean
Professional Programmer
 
Cerulean's Avatar
 
Join Date: Apr 2005
Location: London, England
Posts: 459
Rep Power: 4 Cerulean is on a distinguished road
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
<a href="..." target="_blank">link</a>
Cerulean is offline   Reply With Quote