|
Re: Opening links in new window....
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>
__________________
Do I look like a people person to you?
|