如何将一个html页面中嵌入另一个html页面
发布时间:2015-11-04 来源:查字典编辑
摘要:1、Iframe:iframesrc="top1.html"frameBorder="0"width="900"scrolling="no"...
1、Iframe:
iframe src="top1.html" frameBorder="0" width="900" scrolling="no" height="90"/iframe
2、Behavior的download方式
span id=show/spanIE:Download /script
function onDownloadDone(downDate){
showImport.innerHTML=downDate
}
oDownload.startDownload('b.htm',onDownloadDone)
/script