I am developing a windows application with a WebBrowser control that navigates to a sharepoint site.
My problem is that i am getting JavaScript error.
How can i disable the JavaScript error? I don't want them to pop up.
|
I am developing a windows application with a WebBrowser control that navigates to a sharepoint site. How can i disable the JavaScript error? I don't want them to pop up. |
||||
|
|
|
||||
|
|
|
This disables the script errors and also disables other windows.. such as the NTLM login window or the client certificate accept window. The below will suppress only javascript errors.
|
|||||||||||
|
|
I just found this :
usage example to set webBrowser to silent : TrySetSuppressScriptErrors(webBrowser,true) |
|||
|
|
|
Here is an alternative solution:
|
|||
|
|