Instantiating a Content Linking Object

To create an object variable containing an instance of the Content Linking component, use the Server object's CreateObject method. The syntax for the CreateObject method is as follows:

Set objMyObject = Server.CreateObject(strProgId)

where:

  • The objMyObject parameter represents the name of the Content Linking object.

  • The strProgId parameter represents the programmatic ID (ProgID) of the Content Linking component, which is MSWC.NextLink.

Get ASP in a Nutshell, 2nd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.