Forum Moderators: open
Is there away of linking that offers the popup first but in the event that java is switched off or a popup killer is active, the link will open in the current frame?
<a href="link.html" onclick=popup();return false;">link text</a>
The "return false;" section of the javascript keeps the link from loading in the original window as well as in the pop-up when javascript is available.
Unfortunately there are a few heavy handed pop-up killers out there where the whole link gets killed, even the "straight" HTML part. There's no hope for those. However, this script gets the results you want with most pop-up killer utilties.