我有包含javascript的网页,我想在vb.net(google chrome webkit)中加载webbrowser控件,然后以编程方式阻止,禁用或删除该页面中的javascript我搜索了很多但没有找到解决方案 所以任何人都知道代码? 感谢
答案 0 :(得分:0)
WebBrowserControl使用与Internet Explorer相同的设置。
您应该在Internet Explorer设置中禁用javascript。
请看本教程如何禁用它:
http://www.technipages.com/internet-explorer-enabledisable-javascript
答案 1 :(得分:0)
webBrowser.ScriptErrorsSuppressed = true