如何在html中调用html文件

有两种方法。
1.<!--#includefile="wedding_bottom.html"-->请注意,这样创建的html文件不能包含<html><head><body>标签。
2.该方法没有上述要求。

如何在一个html文件中引入另一个html文件

将另一个html页面的标签插入html页面

1使用iframe标签

>

2.使用对象标签

</object>

3.行为下载方法

示例:

1.关于iframe

[代码]

2.<object>方法

[代码]</object>

3.行为的下载方法

[代码]

[xss_clean]

functiononDownloadDone(downDate){showImport[xss_clean]=downDate

}

oDownload.startDownload('import.htm',onDownloadDone)[xss_clean]