GetPreviousURL
Returns the URL of the previous item listed in the Content Linking List
file. If the current page is not found in the list file it returns the URL
of the first page on the list
<%
dim nl,c
Set nl=Server.CreateObject("MSWC.NextLink")
c=nl.GetPreviousURL("links.txt")
Response.Write("Previous ")
Response.Write("URL is: ")
Response.Write(c)
%>
Previous URL is: asp_variables.asp
❮ 上一页下一章 ❯
首页 HTML 教程