html调用html

来源:百度知道 编辑:UC知道 时间:2024/05/22 04:52:05
在html中调用html.不用asp,js等编程语言和框架,有更好一些的代码吗。高手请教?

两种办法:

浮动框架
<iframe src="地址" scrolling=auto width= height= frameborder=0 id=""></ifram>

对象
<object src="地址" width="" height=""></object>

纯静态的只能用js了...ms没有其他办法了..
除非用iframe,使用框架嵌套..^_^

<textarea name="aa">
</textarea>
<input type=button onClick="document.write(aa.value)"></input>

没有了