htmRenderCategoriesList - Solution Sites Routine

This function creates the HTML representation of a list of links to the categories within the passed Recordset object.

Definition

Function htmRenderCategoriesList(
  byVal oCatalog,
  byVal rsCategories,
  byVal style)

Parameters

  • oCatalog
    A reference to a copy of a ProductCatalog object. Not used in this function.
  • rsCategories
    A reference to a copy of a Recordset object that contains a number of category records. There must be Fields entries corresponding to the constants "CATALOG_NAME_PROPERTY_NAME" and "CATEGORY_NAME_PROPERTY_NAME".
  • style
    A set of attributes corresponding to the FONT element, used when creating the HTML representation of the category name.

Return Value

A string containing the HTML representation of a list of links to the categories in the passed Recordset object, separated by carriage returns.

Defined in File

include\catalog.asp

Routines Called

RenderCategoryLink

Called By

htmRenderCatalogSection

htmRenderCategoryPage

Copyright © 2005 Microsoft Corporation.
All rights reserved.