javascript - 在 Windows 8 Metro 应用程序中使用 iframe

标签 javascript iframe windows-8

我正在尝试在使用 java 脚本构建的 Windows 8 Metro 风格应用程序中使用 iframe。 iframe url 是一个不同的域 url。 我收到以下错误:

APPHOST9603: Can’t load the ActiveX plug-in
that has the class ID '{D27CDB6E-AE6D-11CF-96B8-444553540000}'.
Apps can't load ActiveX controls. File: www.trendstagram.com

最佳答案

看起来您在 iframe 中引用的页面包含插件。您无法在包含插件的 Windows 应用商店应用中显示页面。

关于javascript - 在 Windows 8 Metro 应用程序中使用 iframe,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13471217/

相关文章:

javascript - 如何在刷新后删除 id (#) 目标

javascript - 当没有元素,只有文本时抓取innerHTML

javascript - Beaglebone Black Rev C Debian,从 html 运行 PHP 程序

javascript - 查找 iframe 注入(inject)并从站点中删除

javascript - 每次运行函数时增加值

html - 为什么 <iframe> 中的 .txt 文件被下载而不是显示?

javascript - 将事件监听器添加到 ListView 中的按钮 - WinJS

email - 通过 Windows 8 Metro 应用程序发送电子邮件的可用选项?

.net - Windows 运行时 : Does it include a logging library?

javascript - 如何防止在子窗口中执行 Greasemonkey 函数?