行row
列cols
<frameset row="80,*">
<frame src="top.jsp" name="top">
<frame src="bottom.jsp" name="bottom">
</frameset>
实现跳转,
<a target="bottom" href="">跳转</a>这样点击top框架中的“跳转”标签就会在bottom框架中显示
本文介绍如何利用HTML的frameset标签实现页面的上下框架布局,并通过atarget属性实现在指定框架内的链接跳转。具体展示了如何设置frameset的行和列比例,以及各子框架的内容来源。
行row
列cols
<frameset row="80,*">
<frame src="top.jsp" name="top">
<frame src="bottom.jsp" name="bottom">
</frameset>
实现跳转,
<a target="bottom" href="">跳转</a>这样点击top框架中的“跳转”标签就会在bottom框架中显示

被折叠的 条评论
为什么被折叠?