WEB开发网
开发学院网页设计Html html页面中嵌入另一个html页面 阅读

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

 2007-01-10 19:11:56 来源:WEB开发网   
核心提示:1、Iframe:<iframe src="top1.html" frameBorder="0" width="900" scrolling="no" height="90"></iframe>2

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>

Tags:html 页面 嵌入

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接