<html>
<body>
<h1>
This is page 1!
</h1>
<%
Set nl=Server.CreateObject("MSWC.NextLink")
If (nl.GetListIndex("/example/aspe/links2.txt")>1) Then
%>
<a href="<%Response.Write(nl.GetPreviousURL("/example/aspe/links2.txt"))%>
">Previous Page</a>
<%End If%>
<a href="<%Response.Write(nl.GetNextURL("/example/aspe/links2.txt"))%>
">Next Page</a>
<p>The example uses the Content Linking Component
to navigate between the pages in a text file.</p>
<p>
<a href="/example/aspe/links2.txt">²é¿´links2.txt</a>
</p>
</body>
</html>