Creates an HTML submit button. This button submits a form to the server via POST operation.
HtmlSubmitButton(lcName,lcText,lcAttributes)
Return Value
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
<%= HtmlSubmitButton("btnSayHello","Say Hello",[class="submitbutton"]) %>
See also:
Class wwHtmlHelpers© West Wind Technologies, 1996-2024 • Updated: 02/24/11
Comment or report problem with topic