Block javascript Alert box
Posted
by Frank
on Stack Overflow
See other posts from Stack Overflow
or by Frank
Published on 2010-04-06T17:59:56Z
Indexed on
2010/04/06
18:03 UTC
Read the original article
Hit count: 377
JavaScript
|web-development
Hello,
I'm working on a website using extensively javascript. The code I'm working on also rely on other big javascript libs. The thing is that somewhere in these libraries, some alert box are poping.
I was wondering if there are some way to disable the javascript alert box on the fly and re-enable it later.
Thanks
© Stack Overflow or respective owner