手机
当前位置:查字典教程网 >网页设计 >脚本HTML教程 >html页面中嵌入另一个html页面
html页面中嵌入另一个html页面
摘要:1、Iframe:2、Behavior的download方式functiononDownloadDone(downDate){showImp...

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>

【html页面中嵌入另一个html页面】相关文章:

直接将HTML页面打印页面的设计

xzn_html_tree(1.0) 可折叠大纲

HTML基础:HTML表格标记及属性

html页面中常用的一些小方法整理

HTML 4.0 语法影像标签

html用title属性实现鼠标悬停显示文字

html文档中的 ol 元素的序号数字极限探讨

iframe代码—网页中嵌入其他网页

Html页面插入flash代码

XUL中如何插入一段HTML内容

精品推荐
分类导航