<BODY scroll="no">
<iframe id="frame1" name="frame1" src="http://www.163.com" scrolling="yes" width="100%" align="center" height="100%" frameborder="0">
</BODY>

解决方案 »

  1.   

    http://blog.csdn.net/xieyf_0413/archive/2006/09/21/1259165.aspx
      

  2.   

    自适应高度:<iframe src="http://www.pcieee.cn/" style="width: 100% ; border: 0px" frameborder=0 scrolling=yes name=right onload="init()" border="0"></iframe> <script> var lastHeight; function init() { aaa(); lastHeight= right.document.body.scrollHeight; setInterval(function(){ if(right.document.body.scrollHeight!=lastHeight) { aaa(); lastHeight= right.document.body.scrollHeight; } },1); } function aaa(){ document.all('right').height=right.document.body.scrollHeight + 20; } 
    </script>