在HTML页面中包含文件

时间:2021-11-24 17:11:33
在HTML页面中包含文件  < body   onload ="oDownload.startDownload('left.html',onDownloadDone)" >
在HTML页面中包含文件
在HTML页面中包含文件
<!--  文件load时加载 // -->
在HTML页面中包含文件
在HTML页面中包含文件
< IE:Download   ID ="oDownload"   STYLE ="behavior:url(#default#download)"    />
在HTML页面中包含文件
在HTML页面中包含文件
< span   id ="showImport" ></ span >
在HTML页面中包含文件
<!--  此处可以放在调用 页面的地方  / -->
在HTML页面中包含文件在HTML页面中包含文件
< script   language ="javascript" >
在HTML页面中包含文件
<!--
在HTML页面中包含文件
function  onDownloadDone(downDate)
在HTML页面中包含文件在HTML页面中包含文件
{
在HTML页面中包含文件    document.all.showImport.innerHTML
=downDate;
在HTML页面中包含文件}
  
在HTML页面中包含文件
//-->
在HTML页面中包含文件
</ script >
在HTML页面中包含文件
在HTML页面中包含文件
</ body >
在HTML页面中包含文件

在 html文件中一般不可以调用别的文件
通过 < include file >也不行
但是使用一个特殊的JS可以做到这点
支持 html等文件