Summary page document contains
1.IFrame introduction
<IFRAME NAME="content_frame" width=100% height=30 marginwidth=0 marginheight=0 SRC="import.htm">
</ IFRAME>
You will see the introduction of an external document, but will find things a similar frame of its siege, can be used
<iframe Name="content_frame" marginwidth=0 marginheight=0 width=100% height=30 src="import.htm" frameborder=0>
</ Iframe>
But you will find a problem, the background color is different, as long as you import.htm the introduction of a document to use the same background color can be, but if you are using the IE5.5, you can read this on transparency If you want to color the article introducing the document, there is no long scroll of words in the body import.htm adding scroll = no
2. <object> Way
<object Style="border:0px" type="text/x-scriptlet" data="import.htm" width=100% height=30> </ object>
3.Behavior download the form
<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>
4.html document in the document called JS
<script Language=javascript src="name.js"> </ script>
5.ASP document in the document calls
<! - Name.asp include file =>.






Leave a Reply