GetNextURL

The GetNextURL method returns the URL of the next item in the Content Linking List file.

Syntax

GetNextURL(listURL)

Parameters

listURL
The location of the Content Linking List file.

Return Values

This method returns the URL of the next page specified in the Content Linking List file. If the current page is not specified in the Content Linking List file, GetNextURL returns the URL of the last page on the list.

Applies To

Content Linking Component

Example

The following example uses the GetNextURL method to embed a link to the next page in the Content Linking List file. The advantage of using GetNextURL is that when you change the order or number of the content pages, you only have to update the list in Content Linking List file and do not need to update the navigational links on each page.

<%  Set NextLink = Server.CreateObject ("MSWC.NextLink") %>  
<a href=" <%= NextLink.GetNextURL ("nextlink.txt") %> Next Page

See Also

GetPreviousURL, GetNthURL, GetNextDescription