longzu / csexwb2

Automatically exported from code.google.com/p/csexwb2
0 stars 0 forks source link

WebBrowser.ScriptErrorsSuppressed property equivalent #34

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Does csExWB have something like WebBrowser.ScriptErrorsSuppressed to stop 
annoying script error message box?

Original issue reported on code.google.com by nguyenhu...@gmail.com on 24 Apr 2008 at 3:01

GoogleCodeExporter commented 8 years ago
By default, script errors are handled internally. No messages. If the client 
wishes 
to handle the script errors, they can use ScriptError event to receive 
additional 
information for further processing.

Please note that in IE7 you need to set Disable Script Debugger option to yes. 
This 
option is set to yes in IE6 by default. Please refer to DisableScriptDebugger 
method 
to see how to set this value in code.

MH

Original comment by mehr...@gmail.com on 24 Apr 2008 at 4:23

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Thanks alot!

Original comment by nguyenhu...@gmail.com on 25 Apr 2008 at 9:38