|Home|Knowledge|Economic&M|Technology|English|PCFAQ|Read|Society|Football|Writing|Campus|TagS

 Placard

加载中...

Category
加载中...
Calendar
加载中...
Latest Entries
加载中...
Latest Comments
加载中...
Last Messages
加载中...
Links
Information
加载中...
Search
Other

          人生没有彩排,每天都是现场直播! 

  导航框架
 

如何制作导航框架。

导航框架包含一个将第二个框架作为目标的链接列表。名为 "contents.htm" 的文件包含三个链接。

<html>

<frameset cols="120,*">

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

</frameset>

</html>


/example/html/html_contents.html

<html>
<body>

<a href ="/example/html/frame_a.html" target ="showframe">Frame a</a><br>
<a href ="/example/html/frame_b.html" target ="showframe">Frame b</a><br>
<a href ="/example/html/frame_c.html" target ="showframe">Frame c</a>

</body>
</html>


/example/html/frame_a.html

<html>
<body bgcolor="#8F8FBD">

<h3>Frame A</h3>

</body>
</html>

阅读全文 | 回复(1) | 引用通告 | 编辑   

  Post  by  醉无心 发表于 2008-10-7 12:38:00
  • 标签:html 
  •   Re:导航框架
      访客017Iy4(游客)cols="120,*" *占用剩余的空间
    个人主页 | 引用 | 返回 | 删除 | 回复   

      Post  by  访客017Iy4(游客)发表评论于2008-10-9 12:33:00
    发表评论:
    加载中...

    Google

     

    Power By 加载中...

    Powered by Oblog.