wwHtmlHelpers::HtmlButton

Creates a non-submit HTML button. Use this button for JavaScript link handling.

HtmlButton(lcName,lcText,lcAttributes)

Return Value

Html string for a non-submitting button.

Parameters

lcName
The name/id for the button created.

lcText
The text for the button

lcAttributes
Any optional attributes

Example

<%= HtmlButton("btnSayHello","Say Hello",[class="submitbutton"]) %>

See also:

Class wwHtmlHelpers

© West Wind Technologies, 1996-2022 • Updated: 02/24/11
Comment or report problem with topic