0

如果直接在安装了 Chrome Frame 的 IE8 上打开网页(urlX),一切正常。(我可以看到上下文菜单,就好像我在 chrome 中一样)。

如果打开另一个具有类似 js 代码的网站(y)

...
function inici(){
ifitxamd.location.replace(urlX);
}
...


<body class='dtvc_info_fons' onLoad='inici()' >
    <iframe name='ifitxamd' width="100%" height="100%" frameborder="no" scrolling="auto" marginheight="0" marginwidth="0"></iframe>
</body>

此新页面已加载,但没有启动 GWT 应用程序。它也没有像 chrome 那样的上下文菜单,所以它就像没有加载的 chrome 框架。

任何想法?谢谢。

4

1 回答 1

0

Chrome Frame仅针对顶级内容运行iframe除非父级iframe已经由 Chrome Frame 渲染,否则无法使用 Chrome Frame 加载内容

于 2011-11-07T16:46:13.957 回答