首页 > 网站 > WEB开发 > 正文

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

2024-04-27 13:56:17
字体:
来源:转载
供稿:网友

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>


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表