wwHtmlHelpers::HtmlButton

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

HtmlButton(lcName,lcText,lcAttributes)

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

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

See also

Class wwHtmlHelpers

© West Wind Technologies, 2025 • Updated: 2025-03-12
Comment or report problem with topic