DhSubmitButton Class

Methods | This Package | All Packages

Implements a submit button control for HTTP form submission. 

Component
  |
  +--DhStyleBase
    |
    +--DhElement
      |
      +--DhButtonBase
        |
        +--DhSubmitButton

package com.ms.wfc.html

public class DhSubmitButton
extends DhButtonBase

Remarks

The submit button invokes the URL specified in the form's ACTION attribute. Adding a DhSubmitButton to a DhForm object causes the DhForm to represent an HTML form element. 

When a form is submitted to the server, the name and value of each of the form's controls are appended onto a single string and submitted to the server. For more information on Form elements, including reset and submit buttons, see the Internet Client SDK documention. This can be found in the Platform SDK section of the MSDN compact disc under Internet/Intranet/Extranet Services. It can also be found in the MSDN online SDK documentation (https://www.microsoft.com/msdn/sdk/inetsdk/help).

See Also   DhForm, DhResetButton