【问题标题】:Iframe alternativeiframe 替代方案
【发布时间】:2014-01-13 08:37:59
【问题描述】:

我需要在我的页面上的特定位置显示一些 html 文档(在某些 extJS 面板中,如果有详细信息)。我不能使用 iframe,因为我的页面已经显示在 iframe 中,而 Internet Explorer 不支持。

Html doc生成servlet,我可以得到简单的html文本或html格式的doc。

我可以使用什么 iframe 替代方案在 IE 中显示我的文档?

【问题讨论】:

    标签: servlets iframe extjs4.2


    【解决方案1】:

    一个带有css滚动条的div,即

    <div style="overflow:auto; height:400px; width:200px;">
    

    如有必要,您可以使用 Ajax 来填充它。

    【讨论】:

      猜你喜欢
      • 2016-10-24
      • 2011-06-24
      • 2019-12-10
      • 2017-03-14
      • 1970-01-01
      • 1970-01-01
      • 2012-10-05
      • 2010-09-10
      • 2012-12-05
      相关资源
      最近更新 更多