手机
当前位置:查字典教程网 >网页设计 >脚本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页面】相关文章:

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

html 弹出div实现移动居中

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

python常规方法实现数组的全排列

XUL中如何插入一段HTML内容

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

xzn_html_tree(1.0) 可折叠大纲

HTML表格的表首标记

html编写简洁的页面表单验证程序

HTML标签详解

精品推荐
分类导航