iframe自适应高度

来源:互联网 发布:雅黑php探针 编辑:程序博客网 时间:2024/04/30 08:56

 搞了半天了 终于使IFRAME的高度不影响原来页面的效果了 ,下面是IFRAME代码 ,增加ONLOAD 就行。

<iframe src="../GradeManage/homepage.jsp?mustclassKey=<%=mustclassKey%>" scrolling="no" frameborder='0' id="teacheroperation" name="teacheroperation" class='efoundiframe' width="770"  onload="document.all('teacheroperation').style.height=teacheroperation.document.body.scrollHeight;"    ></iframe>

原创粉丝点击