I have a VB6 application that uses the webbrowser control to create a browser inside a form, and assists users by filling specific form fields from a local database onto this web page. (The users go to many pages on this site... this is an order form that my app interacts with).
The users complained that they are getting errors now, which turned out to be a script error on the web page itself ("An error has occurred in the script on this page ... etc .... Do you want to continue running scripts on this page? Yes/No").
When they load the web page from Internet Explorer, they don't get the error (becuase they have "Disable Script Debugging" checked in Tools > Internet Options > Advanced), but I'm wondering... can I somehow suppress script errors when using the webbrowser control?
The users complained that they are getting errors now, which turned out to be a script error on the web page itself ("An error has occurred in the script on this page ... etc .... Do you want to continue running scripts on this page? Yes/No").
When they load the web page from Internet Explorer, they don't get the error (becuase they have "Disable Script Debugging" checked in Tools > Internet Options > Advanced), but I'm wondering... can I somehow suppress script errors when using the webbrowser control?