45fan.com - 路饭网

搜索: 您的位置主页 > 电脑频道 > 编程代码 > 阅读资讯:jsp自动更新导航栏的实例分享

jsp自动更新导航栏的实例分享

2015-07-15 19:00:51 来源:www.45fan.com 【

jsp自动更新导航栏的实例分享

< 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 %>

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


本文地址:http://www.45fan.com/bcdm/14598.html
Tags: 更新 导航 html
编辑:路饭网
推广内容
推荐阅读
热门推荐
推荐文章
关于我们 | 联系我们 | 友情链接 | 网站地图 | Sitemap | App | 返回顶部