|
Property "Type" <kind> |
|
|
The Type property of a Button specifies the kind of task the button will perform when clicked. A button can be assigned one of these 3 types: Submit Submits the surrounding form. If the element's Href Property is blank then submit is done via the command defined in the Href property of the form. Button The button will perform the task defined in element's Href Property. Reset The contents of the form will be cleared when the button is clicked.
|