1、播放器在底部
<frameset rows="*,25" frameborder="no" border="0" framespacing="0">// * 表論壇,25 表播放器的高
<frame src="論壇地址" name="mainFrame" scrolling="yes">// 上
<frame src="播放器地址" name="bottomFrame" scrolling="no" noresize>// 下
</frameset>
<noframes><body> | 或<noframes></noframes>
</body></noframes> | 效果自己測(cè)試比較,建議用后者
2、播放器在頂部
<frameset rows="25,*" frameborder="no" border="0" framespacing="0">
<frame src="播放器地址" name="topFrame" scrolling="no" noresize>
<frame src="論壇地址" name="mainFrame" scrolling="yes">
</frameset>
<noframes></noframes>
3、播放器在左邊
<frameset cols="25,*" frameborder="no" border="0" framespacing="0">// 上下是 rows,左右是 cols
<frame src="播放器地址" name="leftFrame" scrolling="no" noresize>
<frame src="論壇地址" name="mainFrame" scrolling="yes">
</frameset>
<noframes></noframes>
4、播放器在右邊
<frameset cols="*,25" frameborder="no" border="0" framespacing="0">
<frame src="論壇地址" name="mainFrame" scrolling="yes">
<frame src="播放器地址" name="rightFrame" scrolling="no" noresize>
</frameset>
<noframes></noframes>
聯(lián)系客服