html 包含另外一個html 的幾種方法

來源:互聯網
上載者:User
1.IFrame引入

IFRAME NAME="content_frame" width=100% height=30 marginwidth=0 marginheight=0 SRC="import.htm"/

你會看到一個外部引入的檔案,但會發現有一個類似外框的將其包圍,可使用:

iframe name="content_frame" marginwidth=0
marginheight=0 width=100% height=30 src="import.htm"
frameborder=0/

        但你會發現還會有點問題,就是背景色不同,你只要在引入的檔案import.htm中使用相同的背景色也可以,但如果你使用的是IE5.5的話,可以看看這篇關於透明色的文章 如果想引入的檔案過長時不出現捲軸的話在import.htm中的body中加入scroll=no

2.<object>方式

object style="border:0px" type="text/x-scriptlet" data="import.htm" width=100% height=30/

3.Behavior的download方式

        span id=showImport/
        IE:Download ID="oDownload" STYLE="behavior:url(#default#download)" /
        script
        function onDownloadDone(downDate){
        showImport.innerHTML=downDate
        } 
        oDownload.startDownload('import.htm',onDownloadDone)
        /script

本文轉自

http://blog.csdn.net/youjianbo_han_87/archive/2008/09/26/2981739.aspx

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.