在主页面:
<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;