RenderProductURL - Solution Sites Routine

This function constructs the URL for the specified product.

Definition

Function RenderProductURL(
  sCatalogName,
  sProductCategory,
  sProductID)

Parameters

  • sCatalogName
    A string that specifies the name of the catalog in which the product appears, used to construct the URL for the product.
  • sProductCategory
    A string that specifies the name of the category in which the product appears, used to construct the URL for the product.
  • sProductID
    A string that specifies the product ID, used to construct the URL for the product.

Return Value

A string containing the URL for the product.

Defined in File

include\catalog.asp

Routines Called

GenerateURL

Called By

RenderProductLink

Copyright © 2005 Microsoft Corporation.
All rights reserved.