. IFRAME
This may be the most familiar one.
<IFRAME name = "neepage" width = 100% Height = 30 marginwidth = 0 marginheight = 0 src = "import.htm"> </iframe>
Some of its attributes can achieve some transparency, no scroll bar, and other specific effects. You can refer to the introduction of the HTML language.
2. frameset
This is the framework that everyone is familiar.
Nothing to say. Just look at the relevant HTML.
3. <Object>
<Object type = "text/X-scriptlet" Data = "import.htm" width = 100% Height = 30> </Object>
<Object ID = editbox DATA = "./" width = "100%" Height = 500 type = text/X-scriptlet>
4. Behavior Download Method
<Span id = showimport> </span>
<Ie: Download id = "odownload" style = "behavior: URL (# default # download)"/>
<SCRIPT>
Function ondownloaddone (downdate ){
Showimport. innerhtml = downdate
}
Odownload.startdownload('import.htm', ondownloaddone)
</SCRIPT>
5. <SCRIPT>
Is to convert the relevant HTML file into a JS file.
<SCRIPT src = "import. js"> </SCRIPT>
Pay attention to this method.
If you want to include headers and navigate these items, we recommend that you do not use them. This is not conducive to search engine collection.
6. shtml
Use the include shtml file Method
# JavaScript/ajax Columns