通过ifame指向的页面高度调整iframe的高度 1.htm的代码: 2.htm的代码: <BR>function resize() <BR>{parent.document.all.ifrm.height=document.body.scrollHeight; <BR>parent.document.all.ifrm.width=document.body.scrollWidth; <BR>} <BR>