C#WebBrowser - 如何摆脱JavaScript错误提示?

时间:2011-11-04 13:03:46

标签: c# javascript html browser

我正在使用C#WebBrowser,有时当页面加载时(并非总是),我得到以下提示:

An error has occured in the script on this page.
Line 1
Char 45774
Error Object required
Code 0
URL http://xxx.i_replaced_the_link_here.com/blah_BLAH_blah123

Do you want to continue running scripts on this page?
Yes / No

我想继续,但我不能经常点击是按钮。

您认为我怎么能解决它?

1 个答案:

答案 0 :(得分:14)

您可以将WebBrowser.ScriptErrorsSuppressed控件属性设置为true。你不会那样得到任何错误。