【发布时间】:2014-01-13 08:37:59
【问题描述】:
我需要在我的页面上的特定位置显示一些 html 文档(在某些 extJS 面板中,如果有详细信息)。我不能使用 iframe,因为我的页面已经显示在 iframe 中,而 Internet Explorer 不支持。
Html doc生成servlet,我可以得到简单的html文本或html格式的doc。
我可以使用什么 iframe 替代方案在 IE 中显示我的文档?
【问题讨论】:
我需要在我的页面上的特定位置显示一些 html 文档(在某些 extJS 面板中,如果有详细信息)。我不能使用 iframe,因为我的页面已经显示在 iframe 中,而 Internet Explorer 不支持。
Html doc生成servlet,我可以得到简单的html文本或html格式的doc。
我可以使用什么 iframe 替代方案在 IE 中显示我的文档?
【问题讨论】:
一个带有css滚动条的div,即
<div style="overflow:auto; height:400px; width:200px;">
如有必要,您可以使用 Ajax 来填充它。
【讨论】: