html中<frameset>標簽無法正常顯示的解決方案

<frameset></frameset>大傢都不陌生,就是像表格一樣將一個頁面劃分成好幾個頁面,如下圖

 


把一個頁面橫著分成瞭三部分,各有各自的滾動條。

但是在顯示上圖之前,我試瞭很多方法,都無法正藏顯示,搞得我很鬱悶,後來才知道,這個標簽不能放在<body>標簽裡。

我的代碼如下:

<html> 
<frameset cols="25%,50%,25%"> 
  <frame src="aaa.html"> 
  <frame src="aaa.html"> 
  <frame src="aaa.html"> 
</frameset> 
</html>  www.aiwalls.com
<html>
<frameset cols="25%,50%,25%">
  <frame src="aaa.html">
  <frame src="aaa.html">
  <frame src="aaa.html">
</frameset>
</html>

 作者:cangkukuaimanle
 

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *