1. 程式人生 > >html框架集

html框架集

導航框架

本例演示如何製作導航框架。導航框架包含一個將第二個框架作為目標的連結列表。名為 "contents.htm" 的檔案包含三個連結。

<html>

<frameset cols="120,*">

  <frame src="/example/html/html_contents.html">
  <frame src="/example/html/frame_a.html" name="showframe">

</frameset>

</html>