62,266
社区成员
发帖
与我相关
我的任务
分享
<!--页面A.html-->
<frameset bordercolor="#a1c7f9" framespacing="5" border="6" frameborder="1" cols="225, *" id="sidebar_content">
<frame scrolling="no" frameborder="1" src="B.html"></frame>
<frame frameborder="0" src="http://www.baidu.com" name="ContentFrame"></frame>
</frameset>
<!--页面B.html-->
<a href="http://g.cn" target="ContentFrame">点击打开Google</a>
<!-- 将<frame src="frame_main.htm" name="here"/>-->
<a href="http://www.baidu.com" target="here"></a>