摘要:Frame用法說明
<frameset rows="80,*"> <noframes> <body> 很抱歉,閣下使用的瀏覽器不支援框架功能,請轉用新的瀏覽器 </body> </noframes> <frame name="top" src="a.htm"> <frame name="bottom" src="b.htm"> </frameset>
若瀏覽器支援框架,那麼它不會理會 <noframes> 中的東西,但若瀏覽器不支援框架,由於不認識所有框架標記,不明的標記會被略過,標記包圍的東西便被解讀出來,所以放在 <noframes>範圍內的文字會被顯示.
出處於:http://por.tw/seo/rewrite.php/read-38.html#comm_top