How to block javascript alert box in Gecko C# -


i trying block javascript alert box in gecko browser engine.

i have tried code doesn't work @ all..

 internal class filteredpromptservice : nsipromptservice2, nsiprompt     {         private static promptservice _promptservice = new promptservice();          public void alert(nsidomwindow aparent, string adialogtitle, string atext)         {          // nothing          }     } 

having difficulties while trying disable javascript alert box.


Comments

Popular posts from this blog

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

searchKeyword not working in AngularJS filter -

sequelize.js - Sequelize: sort by enum cases -