我要学习
我要学习
文章搜索
热门:Asp 函数 SQL 安装 错误 Asp 分页 XML
我要学习 >> 网页教程 >> Html/Xhtml

在html页面中嵌入其他页面的两种方法

来源不详 2008-09-28 23:41: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>


本文Tags:html 嵌入其他页面
 
要学首页 | 关于我们 | 免责申明 | 友情链接