RenderImageButton - Solution Sites Routine

This function prepares the HTML that will render an INPUT element for which the TYPE attribute has been given a value of "IMAGE", and for which other attribute values are supplied by the parameters.

Definition

Function RenderImageButton(
  byVal sImageName,
  byVal sImageSource,
  byVal sAttList)

Parameters

  • sImageName
    A string containing text to be assigned to the NAME attribute.
  • sImageSource
    A string containing a URL to be assigned to the SRC attribute.
  • sAttList
    A string containing any additional, space-separated "attribute=value" pairs to be included in the INPUT element. This string, if non-empty, must begin with a space character.

Return Value

A string containing the HTML that will render the specified image button.

Defined in File

include\html_lib.asp

Routines Called

None.

Called By

None.

Copyright © 2005 Microsoft Corporation.
All rights reserved.