iFrame 自适应高度

iFrame 自适应高度
<td id="content" valign="top">
      <img width="0" height="0"/><iframe style="z-index:-1;" id="mainFrame" name="mainFrame" src="/main/main-initial.jsp" width="100%" onload="this.height=this.contentWindow.document.body.scrollHeight" frameBorder="0" scrolling="no"></iframe>
    <!--数据区域 end-->
    </td></tr>

你可能感兴趣的:(iFrame 自适应高度)