<frameset cols="200,*" bordercolor="red" border="5px" frameborder="yes">表示左窗口200px,右边则相对浏览器显示...
<frameset cols="200,*" bordercolor="red" border="5px" frameborder="yes">表示左窗口200px,右边则相对浏览器显示,边框为5像素,显示边框,framespacing(左窗口与右窗口之间的空白区域,火狐没效果,IE有明显效果)
<frame src="xx.html" />
<frame src="xa.html" />
<noframes>
<body>
</body>
</noframes>
</frameset>
<frameset rows="200,*">表示上窗口200px,下边则相对浏览器显示
<frame src="xxx.html" / noresize="noresize">表示边框不能用鼠标调节
<frame src="xaa.html" />
</frameset>
<noframes>
<body>
</body>
</noframes>
学员评论