|
Content Linking TOC
filename=/learn/test/cl2.asp
<TITLE>cl2.asp</TITLE>
<body bgcolor="#FFFFFF">
<%
Set TL = Server.CreateObject ("MSWC.NextLink")
for i=1 to cint(TL.GetListCount("/learn/learn.txt"))%>
Description:
<%=TL.GetNthDescription ("/learn/learn.txt",i)%>,
(URL=<%=TL.GetNthURL ("/learn/learn.txt",i)%>).
Page <%=i%>.<p>
<% next%>
</body>
</html>
|