日期:2013-10-09  浏览次数:21071 次

<frame frameborder=#> #=yes, no各窗口边框的设置,yes表示有边框,no表示没有边框
<frame marginwidth=# marginheight=#>
 #的值为像素点
设置各窗口的上下左左边界宽度,如果不设置,由浏览器自动决定。
<frame scrolling=#> #=yes, no, auto滚动条设置,yes 表示有,no表示没有,auto表示由浏览器自动设置,#=缺省值是 auto
<frame noresize>noresize属性来设置不可变动的框边


各窗口边框的设置举例:

<frameset rows=30%,*><frame src="Acol.html" frameborder=1><frameset cols=30%,*>     <frame src="Bcol.html" frameborder=0>     <frame src="Ccol.html" frameborder=0></frameset></frameset>

页面空白举例:

<frameset cols=50%,50%><frame src="A.html"><frame src="A.html"     marginwidth=50     marginheight=50></frameset>