Forum Moderators: open
Somewhere, in an old thread, I found the idea to just do both - a normal link and a javascript link:
<a href="myurl.html" onClick="MM_openBrWindow('myurl.html')">My Link Text</a>
But now the link opens in the new window AND the old window as well. Of course I only want to open it in the new window. Any ideas?