RenderElement - Solution Sites Routine

This function prepares the HTML that will render an arbitrary HTML element and its associated attributes and content, as specified by the parameters.

Definition

Function RenderElement(
  byVal sElement,
  byVal sContent,
  byVal sAttList)

Parameters

  • sElement
    A string containing the name of the HTML element to be constructed for rendering.
  • sContent
    A string containing the content to appear between the element starting and ending tags.
  • sAttList
    A string containing any space-separated "attribute=value" pairs to be included in the starting element tag. This string, if non-empty, must begin with a space character.

Return Value

A string containing the HTML that will render the arbitrary HTML element.

Defined in File

include\html_lib.asp

Routines Called

None.

Called By

None.

Copyright © 2005 Microsoft Corporation.
All rights reserved.