3

I'm trying to use iframe in windows 8 metro style app built using java-script. iframe url is a different domain url. The following errors I'm getting:

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
4

2 回答 2

0

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

于 2012-11-20T14:17:50.780 回答
0

尝试在 javascript 中创建 iframe 并以编程方式分配 src 属性。这往往有助于 WinJS 允许将动态元素注入到您的 DOM 中。

于 2012-11-21T20:25:31.093 回答