如果在安装了Chrome Frame的IE8上直接打开网页(urlX),一切正常。 (我可以看到上下文菜单,好像我在使用chrome)。
如果打开另一个网页(y),其中包含一些js代码,如
...
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框架一样。
任何想法?感谢。
答案 0 :(得分:0)
Chrome Frame only runs for top-level content。除非iframe
的父级已由Chrome Frame呈现,否则无法使用Chrome Frame加载iframe
内容