好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

如何自动更新导航栏?_编程10000问_

NEWSZW_HZH_BEGIN-->

< html>
    < head>
    < meta http-equiv="Content-Type" content="text/html; charset=gb2312">
    < title> 山水盈盈之 Content Linking 组件应用 < /title>
    < /head>
    < body>
    < center>< font color=red>Content Linking 组件应用示范 < /font>< /center>
    < ul>
    < %
    Set Link=Server.CreateObject("MSWC.NextLink")
    lcount=Link.GetListCount("conlink.txt")

' 用 GetListCount 方法确定在 conlink.txt 中有多少条超链 .
    Dim i
    For i=1 to lcount
      < li>< a href="< % =Link.GetNthURL("conlink.txt", i) %>" >

< %=Link.GetNthDescription("conlink.txt", i) %>< /a>
    < % Next %>

' 用 GetNthURL 、 GetNthDescription 方法逐一将存储在 conlink.txt 文件的 URL 和文本信息读出并显示给客户端浏览器 , 循环执行 .
    < /ul>
    < /body>
    < /html>
   

NEWSZW_HZH_END-->

查看更多关于如何自动更新导航栏?_编程10000问_的详细内容...

  阅读:47次