otg数据线使用方法:求一个框架网页代码

来源:百度文库 编辑:高校问答 时间:2024/04/30 06:22:54
我想套一个网页...

就是比如打开index.html 但内容是index2.html上的内容

<html>
<head>
</head>
<frameset rows="0,*" frameborder="no" border="0" framespacing="0">
<frame name="topFrame" scrolling="No" noresize="noresize" id="topFrame" />
<frame src="index2.html" name="mainFrame" id="mainFrame" />
</frameset>
<noframes><body>
</body>
</noframes></html>