例:   
  index.htm  
  =======================================
  <html> 
  <body>  
  <iframe   id="iframe1"   height='100'   src="iframe.htm"></iframe>  
  </body> 
  </html>
    
  iframe.htm  
  ========================================  
   
  <body   onload="parent.window.document.all.iframe1.height=document.all.tb.clientHeight   +   40">  
  <table   id=tb>  
  <tr>  
  <td>   
  </td>  
  </tr>  
  </table>  
posted on 2006-12-06 09:54  Suntears  阅读(1137)  评论(0编辑  收藏  举报
点击这里给我发消息