网站制作中,有时一段常用的代码会重复使用,于是我们需要把它放在一个文件中,在需要的地方调用,下面介绍一下各种调用的方法。 <object style="border:0px" type="text/x-scriptlet" data="import.htm" width=100% height=30></object>
<span id=showImport></span>
3.IFrame引入,看看下面的代码 <IFRAME NAME="content_frame" width=100% height=30 marginwidth=0 marginheight=0 SRC="import.htm" ></IFRAME>
<iframe name="content_frame" marginwidth=0 marginheight=0 width=100% height=30 src="import.htm" frameborder=0></iframe>
|