Webbrowser control in C#/.net is having a property to enable/disable javascript error messages while doing navigation/crawling/scrapping.
We can suppress/hide javascript error messages using below code.
webBrowser1.ScriptErrorsSuppressed=true;
More C# articles
More javascript articles
More Articles...
No comments:
Post a Comment