内容更改时iframe高度问题

时间:2015-01-08 08:04:08

标签: javascript jquery html css iframe

我有一个主页,其中包括侧面菜单和iframe。当用户点击任何菜单时,它会在iframe中打开新页面。侧面菜单将保持原样。现在,当任何页面内容发生变化时,我会遇到高度问题。

我的代码:

<html>
<body>
      <div id="menu">
           // Menus...
      </div>
      <div id="content">
         <iframe id="frameData" width="100%" style="height:100%">
             // New Page Content which will open...
         </iframe>
      </div>
</body>
</html>

那么,有没有办法从新content页面设置frameDataHTML高度。然后,它将解决我的问题。

或者对此更好的解决方案?

0 个答案:

没有答案