View Single Post
  #5 (permalink)  
Old 27th July 2008, 05:40 AM
DJLJ DJLJ is offline
I love Stouff
 
Join Date: Dec 2005
Location: Cork, Ireland
Posts: 7,370
vCash: 500
iTrader: (0)
DJLJ has much to be proud ofDJLJ has much to be proud ofDJLJ has much to be proud ofDJLJ has much to be proud ofDJLJ has much to be proud ofDJLJ has much to be proud ofDJLJ has much to be proud ofDJLJ has much to be proud ofDJLJ has much to be proud ofDJLJ has much to be proud ofDJLJ has much to be proud of
Re: Opening links in new window....

Originally Posted by kelster View Post
No reason why it shouldn't work. Anyhow you can try some javascript. Add an onclick event for the hyperlink with the code - onClick="window.open('http://www.targeturl.html','mywindow')"

So it would be....

<a href="hash symbol goes in here, but seeing as I am on a Mac and it has no fucking hash symbol you'll just have to imagine that there is one here" onClick="window.open('http://www.targeturl.com','mywindow')">Amazon</a>
Hash is shift-3 ....
Reply With Quote