Webbrowser javascript errors

Posted by Gaby on Stack Overflow See other posts from Stack Overflow or by Gaby
Published on 2010-04-14T13:00:36Z Indexed on 2010/04/14 13:03 UTC
Read the original article Hit count: 427

HI,

I use a WebBrowser control to navigate to a html page which contains JavaScript. When I open this page in the IE browser no JavaScript error is shown and the page is displayed and functions perfectly.

But when navigating to the same page with the WebBrowser control, a pop-up appears to inform about a Script error. I have tried to suppress the script error with the ScriptErrorsSuppressed property but now another pop-up comes up with the title "Visual Studio Just-In-Time Debugger" and proposes to debug.

How can i disable all the errors?

© Stack Overflow or respective owner

Related posts about control

Related posts about webbrowser-control