
27th July 2008, 05:40 AM
|
|
I love Stouff
|
|
Join Date: Dec 2005
Location: Cork, Ireland
|
|
|
Re: Opening links in new window....
Originally Posted by kelster
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 ....
|