当iFrame的高度等于SRC页面的body.scrollheight时候,就可以自适用了。
如:

parent.document.all("框架ID名").style.height=document.body.scrollHeight;

parent.document.all("框架ID名").style.width=document.body.scrollWidth;