bcarl314
01-03-2003, 11:44 AM
Just wondering, I keep seeing more and more ISPs offering "We eliminate pop-up ads" and the like.
I was wondering how they are doing this? I know that people can disable javascript in their browsers, but this feature seems to allow for normal js execution while disabeling pop-up.
I can only guess they do this by not invoking the window.open() method, but what if you want to open a new window for navigational purposes? (ie target="_blank" in an <a> tag).
Just wondering.
I was wondering how they are doing this? I know that people can disable javascript in their browsers, but this feature seems to allow for normal js execution while disabeling pop-up.
I can only guess they do this by not invoking the window.open() method, but what if you want to open a new window for navigational purposes? (ie target="_blank" in an <a> tag).
Just wondering.