Forum Moderators: phranque
new window :
<a href=# onClick="window.open('http://www.xxxx.com')">test</a>
same window :
<a href="#" onclick="window.location='http://www.xxxx.com';return false;">test</a>
would they?
One thing to keep in mind is that some visitors won't be able to use the links if they have an old browser or javascript disabled.