Forum Moderators: open
[webmasterworld.com...]
Rcjordan tipped me off to the Panicware monstrosity. My issue is that I create new windows with a javascript function, but also have a straight HTML link for those with JS turned off, like this:
<a href="page.html" onClick="popUp('page.html');return false;">LINK</a>
Panicware kills the link entirely, even the "straight" part.
It's not enough to make me redesign whole sites right now, especially since there are much better behaved blocking methods coming around. The browsers that offer blocking and Norton all are much better behaved.
Earthlink offers pop-up blocking as part of their service. I'd love to know the ins and outs of their code, if anyone has experience with it.
It has lots of advantages to do this within the JavaScript interpreter that actually runs the code. A simple (or not so simple) proxy filter has no chance but to remove either all onxxx() calls or the window opening functions from the page. Both removal strategies will break lots of valid code as well.