views:

625

answers:

2

Hi,

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.

+1  A: 

webBrowser.ScriptErrorsSuppressed = true;

Matt Jacobsen
A: 

axwebbrowser1.Silent = true;

Arsalan