Content Linking 組件
代碼:
<!DOCTYPE html><html>
<body>
<p>
The example below builds a table of contents.
</p>
<%
dim c
dim i
set nl=server.createobject("MSWC.Nextlink")
c = nl.GetListCount("text\links.txt")
i = 1
%>
<ul>
<%do while (i <= c) %>
<li><a href="<%=nl.GetNthURL("text\links.txt", i)%>">
<%=nl.GetNthDescription("text\links.txt", i)%></a>
<%
i = (i + 1)
loop
%>
</ul>
<p>
The text file contains a list of page urls
and link descriptions. It contains one line of text for each page. Note that the url and
description MUST be separated by the TAB character.
</p>
<p>
<a href="text/links.txt"><img src="/images/btn_view_text.gif"></a>
</p>
</body>
</html>
相關文章
- asp fso操作類
- 不錯的主要用于加密的vbs(asp)位移運算類
- 用ASP編寫的加密和解密類
- asp分頁的一個類
- Access 2000 數(shù)據(jù)庫 80 萬記錄通用快速分頁類
- VBS、ASP代碼語法加亮顯示的類
- cls_main.asp第1/3頁
- 查詢翻頁優(yōu)化第1/2頁
- ASP程序代碼執(zhí)行時間統(tǒng)計類
- 域名查詢系統(tǒng)用到的類
- 統(tǒng)計有多少行JS代碼和ASP代碼
- ASP中一個字符串處理類
- 葉子asp分頁類
- ASP類Class入門 推薦
- 分頁類,異常類
- 表單集合的簡單應用
- 獲取所有要求的servervariables
- 用戶發(fā)送的字節(jié)總數(shù)
- session 的超時
- 設置一個鍵