在Delphi中使用TWebBrowser时如何抑制脚本错误警告?

发布于 2024-09-10 00:58:25 字数 437 浏览 7 评论 0原文

可能的重复:
如何禁用“twebbrowser”上的 JavaScript 错误?

我正在使用用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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

故事还在继续 2024-09-17 00:58:25

Silent 属性设置为 True

Set Silent property to True

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文