RenderCategoryLink - Solution Sites Routine

This function prepares the HTML that will render a link to the specified catalog, category, and page number, using the specified FONT element attributes for the link text style.

Definition

Function RenderCategoryLink(
  sCatalogName,
  sCategory,
  nPage,
  style)

Parameters

  • sCatalogName
    A string containing the name of the catalog for which the link will be constructed.
  • sCategory
    A string containing the name of the category for which the link will be constructed.
  • nPage
    A number corresponding to the page within the category for which the link will be constructed.
  • style
    A string that contains attributes appropriate for the FONT element, which will be used when rendering the category link text.

Return Value

A string containing the HTML that will render the constructed category link.

Defined in File

include\catalog.asp

Routines Called

RenderCategoryURL

RenderLink

RenderText

Called By

htmRenderCategoriesList

RenderSearchResultRow

ShowSearchMatches

Copyright © 2005 Microsoft Corporation.
All rights reserved.