框架 請按Ctrl+C複製語法
分割左一右主視窗
<frameset cols="150,*" framespacing="1" frameborder="0"> <frame name="a網名" src="a網址" scrolling="auto" target="main" noresize> <frame src="b網址" scrolling="auto" name="b網名" noresize> <noframes> <p>此網頁使用框架,但是您的瀏覽器並不支援.</p> </noframes> </frameset>
分割下一上主視窗
<frameset rows="*,60" framespacing="1" frameborder="0"> <frame src="c網址" scrolling="auto" name="c網名" noresize> <frame name="self" src="d網址" scrolling="auto" target="d網名" noresize> <noframes> <p>此網頁使用框架,但是您的瀏覽器並不支援.</p> </noframes> </frameset>
左一上一下主視窗
<frameset cols="150,*" framespacing="1" frameborder="0"> <frame name="self" src="f網址" scrolling="auto" target="f網名" noresize> <frameset rows="60,*" framespacing="1" frameborder="0"> <frame name="self" src="g網址" scrolling="auto" target="g網名" noresize> <frame src="e網址" scrolling="auto" name="e網名" noresize> </frameset> <noframes> <p>此網頁使用框架,但是您的瀏覽器並不支援.</p> </noframes> </frameset>
上一左一右主視窗
<frameset rows="60,*" framespacing="1" frameborder="0"> <frame name="i網名" src="i網址" scrolling="auto" target="main" noresize> <frameset cols="150,*" framespacing="1" frameborder="0"> <frame name="j網名" src="j網址" scrolling="auto" target="main" noresize> <frame src="h網址" scrolling="auto" name="h網名" noresize> </frameset> <noframes> <p>此網頁使用框架,但是您的瀏覽器並不支援.</p> </noframes> </frameset>
四個分割視窗
<frameset cols="150,*" framespacing="1" frameborder="0"> <frame name="l網名" src="l網址" scrolling="auto" target="main" noresize> <frameset rows="60,*,60" framespacing="1" frameborder="0"> <frame name="m網名" src="m網址" scrolling="auto" target="main" noresize> <frame src="k網址" scrolling="auto" name="k網名" noresize> <frame name="n網名" src="n網址" scrolling="auto" target="main" noresize> </frameset> <noframes> <p>此網頁使用框架,但是您的瀏覽器並不支援.</p> </noframes> </frameset>
<frameset cols="150,*,150" framespacing="1" frameborder="0"> <frame name="p網名" src="p網址" scrolling="auto" target="main" noresize> <frameset rows="60,*,60" framespacing="1" frameborder="0"> <frame name="q網名" src="q網址" scrolling="auto" target="main" noresize> <frame src="o網址" scrolling="auto" name="o網名" noresize> <frame name="r網名" src="r網址" scrolling="auto" target="main" noresize> </frameset> <frame name="s網名" src="s網址" scrolling="auto" target="main" noresize> <noframes> <p>此網頁使用框架,但是您的瀏覽器並不支援.</p> </noframes> </frameset>