wwHtmlHelpers::HtmlSubmitButton
Creates an HTML submit button. This button submits a form to the server via POST operation.
HtmlSubmitButton(lcName,lcText,lcAttributes)
Html string for a submit button.
Parameters
lcName
The name/id for the button created.
lcText
The text for the button
lcAttributes
Any optional attributes
Example
htmlhtml<%= HtmlSubmitButton("btnSayHello","Say Hello",[class="submitbutton"]) %>
See also
Class wwHtmlHelpers© West Wind Technologies, 2025 • Updated: 2025-03-12
Comment or report problem with topic