Webbrowser javascript errors
- by Gaby
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?