在iframe内的页面里加:  
  function   changeIframeHeight()     //自动改变   Iframe   的高度  
  {  
        if(top   !=   self)  
        {  
              window.parent.document.getElementById(self.name).height   =   document.body.scrollHeight;  
        }    
  }  
  function   window.onload()  
  {  
        changeIframeHeight();   //改变   Iframe   高  
  }
posted on 2008-12-20 13:50  cqsar  阅读(1156)  评论(0编辑  收藏  举报