在主页面:

 <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; 

posted on 2009-12-07 16:59  袁晓平  阅读(207)  评论(0)    收藏  举报