html页面中嵌入另一个html页面 - HTML -

html页面中嵌入另一个html页面

时间:2013-08-13 12:44:28   来源:   评论:加载中...   点击:加载中...
1、Iframe:<iframe src="top1.html" frameBorder="0" width="900"...

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>

  请作者联系本站,及时附注您的姓名。联系邮箱:edu#chinaz.com(把#改为@)。

 



相关热词搜索:

 
上一篇:用Dreamweaver批量做web网页
下一篇:网页设计中如何使用嵌套的框架集
收藏 将此文推荐给朋友
分享到: