<object type="text/x-scriptlet" width="60"  height="100" data="http://"></object> 网页调用网页

解决方案 »

  1.   

    如何在html 页面 include 其它页面
    <span id=showImport></span> 
    <IE:Download ID="oDownload" STYLE="behavior:url(#default#download)" /> 
    <script> 
    function onDownloadDone(downDate){ 
    showImport.innerHTML=downDate 

    oDownload.startDownload('import.htm',onDownloadDone) 
    </script>
      

  2.   

    <object type="text/x-scriptlet" width="60"  height="100" data="http://"></object> 还是得定义宽和高等
    不能让框架的大小随着data="http://">页面内容的大小变化
    效果与iframe的差不多是不是我用得不正确