htmRenderMenu - Solution Sites Routine

This function renders the HTML for a menu, and contains calls to business logic functions as necessary.

Definition

Function htmRenderMenu(
  byVal mscsUser,
  byVal CatalogSetID)

Parameters

  • mscsUser
    A reference to a User object, passed through to the functions PrepareLoginSection and htmRenderLoginSection.
  • CatalogSetID
    The ID of the catalog set, passed through to the functions CacheFragment and LookupCachedFragment.

Return Value

A string containing the HTML representation of the menu.

Defined in File

template\menu.asp

Routines Called

CacheFragment

GetQualifiedName

GetRequestString

htmRenderCatalogSection

htmRenderCustomerServiceSection

htmRenderLoginSection

htmRenderPartnerServiceSection

htmRenderSearchSection

LookupCachedFragment

PrepareCatalogSection

PrepareLoginSection

RenderTable

Called By

This routine is called by code outside of any routine (sub or function) in the file template\menu.asp.

Copyright © 2005 Microsoft Corporation.
All rights reserved.