在Delphi中使用TWebBrowser时如何抑制脚本错误警告?
我正在使用用Delphi 6.0 的TWebBrowser 组件来显示YouTube 网页。有时,我会从 TWebBrowser 嵌入的 Internet Explorer 中收到一个脚本错误消息框,抱怨页面上运行的脚本发生错误,并提示我“是或否”以禁用页面上任何脚本的进一步执行。
我希望能够抑制所有脚本警告框,因为某些网页在 TWebBrowser 组件中表现得很有趣。有办法做到这一点吗?
提前致谢。
Possible Duplicate:
how to disable javascript errors on “twebbrowser” ?
I'm using the TWebBrowser component with Delphi 6.0 to display a YouTube web page. Sometimes I get a Script error message box from Internet Explorer, which TWebBrowser embeds, complaining that an error has occurred in a script running on the page and prompting me "Yes or No" to disable further execution of any scripts on the page.
I want to be able to suppress all Script warning boxes since certain web pages act funny in the TWebBrowser component. Is there a way to do this?
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将
Silent
属性设置为True
Set
Silent
property toTrue