如果直接在安装了 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 框架。
任何想法?谢谢。