gpt4 book ai didi

java - gwt主机中是否需要使用iframe标签?

转载 作者:行者123 更新时间:2023-12-01 15:38:26 25 4
gpt4 key购买 nike

gwt主机html页面中的iframe标签有什么用?这背后有什么具体原因吗?

当我使用启用了 ssl 的 iframe 时,它​​会给我一个弹出窗口(获取消息表明页面中存在不安全的内容。)。仅发生在 ie 中..如何避免这种情况?

更新:问题是由于页面中使用了 Flash(FlasTag 将代码库设置为 http://download.macromedia.com )。更多详情here .

最佳答案

__gwt_historyFrame 用于存储/检索 history tokens (使后退/前进按钮正常工作)。如果不嵌入 iframe,GWT 历史记录机制将不起作用。

更新者Tomas Broyer :

This is only true for IE6 and IE7. IE8 will use onhashchange, and other browsers do not need the iframe either (using a timer to regularly check the location's hash)

正如指出的那样 here ,iframe 并不是唯一可能的原因。

关于java - gwt主机中是否需要使用iframe标签?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8489815/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com