iframe自适应js代码段

在主页面:

 <iframe id="infoframe" width="100%" onload="this.height=infoframe.document.body.scrollHeight" frameborder="0" src=ComputerStaticInfo.aspx></iframe>

在iframe所指页面(ComputerStaticInfo.aspx):

window.frameElement.height=document.body.scrollHeight; 

原文地址:https://www.cnblogs.com/yuanxiaoping_21cn_com/p/1618768.html