htmRenderSearchDeptPageContent - Solution Sites Routine

This function renders the content from the array generated by the arrSearchDept function.

Definition

Function htmRenderSearchDeptPageContent(
  arrData,
  sItemSeparator)

Parameters

  • arrData
    An array that contains the items.
  • sItemSeparator
    A separator string that separates the catalog name from the category name in every element of the arrData parameter.

Return Value

A string containing the HTML representation of the content in the array generated by the arrSearchDept function.

Defined in File

srchdept.asp

Routines Called

GenerateURL

RenderLink

RenderText

Called By

Main (srchdept.asp)

Copyright © 2005 Microsoft Corporation.
All rights reserved.