skylaugh
1、Iframe:

<iframe src="top1.html" frameBorder="0" width="900" scrolling="no" height="90"></iframe>

2、Behavior的download方式

<span id=show></span>
<IE:Download ID="oDownload" STYLE="behavior:url(#default#download)" />
<script>
function onDownloadDone(downDate){
showImport.innerHTML=downDate
}
oDownload.startDownload(\'b.htm\',onDownloadDone)
</script>

分类:

技术点:

相关文章:

  • 2021-09-07
  • 2022-01-30
  • 2021-05-27
  • 2022-12-23
  • 2021-12-06
  • 2022-12-23
  • 2021-09-17
猜你喜欢
  • 2021-07-12
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-10
  • 2021-08-06
相关资源
相似解决方案