手机
当前位置:查字典教程网 >网页设计 >脚本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中有亲和力的文字隐藏方法

Html页面插入flash代码

xzn_html_tree(1.0) 可折叠大纲

shtml页面局部缓存的实现

html页面实现过两秒跳转至其他页面的方法

网页设计中文本输入框一些参数说明

加入阴影的文字

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

html 弹出div实现移动居中

HTML标签详解

精品推荐
分类导航