Warning: Use of undefined constant z - assumed 'z' (this will throw an Error in a future version of PHP) in /home/yudansnet8/domains/yudans.net/public_html/old4/html/code.php on line 98

Warning: Use of undefined constant num - assumed 'num' (this will throw an Error in a future version of PHP) in /home/yudansnet8/domains/yudans.net/public_html/old4/html/code.php on line 98

Warning: Use of undefined constant num - assumed 'num' (this will throw an Error in a future version of PHP) in /home/yudansnet8/domains/yudans.net/public_html/old4/html/code.php on line 98

Warning: Use of undefined constant z - assumed 'z' (this will throw an Error in a future version of PHP) in /home/yudansnet8/domains/yudans.net/public_html/old4/html/code.php on line 99

Warning: Use of undefined constant num - assumed 'num' (this will throw an Error in a future version of PHP) in /home/yudansnet8/domains/yudans.net/public_html/old4/html/code.php on line 99

Warning: Use of undefined constant num - assumed 'num' (this will throw an Error in a future version of PHP) in /home/yudansnet8/domains/yudans.net/public_html/old4/html/code.php on line 99
魚蛋村 - HTML 教學
村長fb!
此乃舊版魚蛋村,訪客請【按此到新版魚蛋村】繼續瀏覽
魚蛋村 yudansHTML 區HTML 範例 → 框架設計7

框架設計7

  • Internet Explorer 6.0
  • Internet Explorer 7.0
  • Internet Explorer 8.0
  • Mozilla Firefox 2.0
  • Mozilla Firefox 3.0
  • Google Chrome
  • Safari 3.1
  • Opera 9.5
  • 語法介紹 Introduction:
  • 框架設計7 - 分割網頁成數個不同的網頁
  • 語法總長度:387 字元
  • 範例 Example:
  • ┌───────────────┐
    │      網頁A      │
    ├───┬───────────┤
    │   │           │
    │網頁B│    網頁C    │
    │   │           │
    ├───┴───────────┤
    │      網頁D      │
    └───────────────┘
  • 請將以下程式碼貼到<body>與</body>之間:
<frameset rows="100,*,100">
<frame name="heading" src="網頁A網址" frameborder="1" scrolling="yes" />
<frameset cols="150,*">
<frame name="menu" src="網頁B網址" frameborder="1" scrolling="yes" />
<frame name="content" src="網頁C網址" frameborder="1" scrolling="yes" />
</frameset>
<frame name="bottom" src="網頁D網址" frameborder="1" scrolling="yes" />
</frameset>
  • 可修改的地方 Modify:
  • 修改各項設定:
    <frameset rows="100,*,100">
    <frame name="heading" src="網頁A網址" frameborder="1" scrolling="yes" />
    <frameset cols="150,*">
    <frame name="menu" src="網頁B網址" frameborder="1" scrolling="yes" />
    <frame name="content" src="網頁C網址" frameborder="1" scrolling="yes" />
    </frameset>
    <frame name="bottom" src="網頁D網址" frameborder="1" scrolling="yes" />
    </frameset>
魚蛋村,語法,圖片,素材,下載,琴譜,字型,教學,網頁製作,網頁教學,表情符號,程式,yudan,yudans,yudan village,javascript,cgi,php,msn,css,html,w3c,teach
footer