RenderCatalogLink - Solution Sites Routine

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

Definition

Function RenderCatalogLink(
  sCatalogName,
  style)

Parameters

  • sCatalogName
    A string that specifies the name of the catalog for which the link will be constructed.
  • style
    A string that contains attributes appropriate for the FONT element, used when rendering the catalog link text.

Return Value

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

Defined in File

include\catalog.asp

Routines Called

RenderCatalogURL

RenderLink

RenderText

Called By

htmRenderCatalogList

Copyright © 2005 Microsoft Corporation.
All rights reserved.