QUESTION-1:
How can I detect if Norton Internet Security is blocking pop-ups?
QUESTION-2a:
How could I know if a particular JavaScript function has been declared?
QUESTION-2b:
How could I know if Window.Open has been redefined?
BACKGROUND:
NIS Pop-Up blocker inserts a JavaScript "SymWinOpen " function into a
client's HTML and then sets window.open = SymWinOpen. If I could detect
whether or not that "SymWinOpen " function name has been defined then I would
know if Norton's Pop-Up blocker was active.
Thanks for any help!
Dave
How can I detect if Norton Internet Security is blocking pop-ups?
QUESTION-2a:
How could I know if a particular JavaScript function has been declared?
QUESTION-2b:
How could I know if Window.Open has been redefined?
BACKGROUND:
NIS Pop-Up blocker inserts a JavaScript "SymWinOpen " function into a
client's HTML and then sets window.open = SymWinOpen. If I could detect
whether or not that "SymWinOpen " function name has been defined then I would
know if Norton's Pop-Up blocker was active.
Thanks for any help!
Dave
Comment