HTML Attribute: TYPE
TYPE
Specifies the type of the BUTTON.
HTML 4
Example(s):
TYPE="SUBMIT"
Produces a button that, when clicked, submits all the name-value pairs to the form processor
TYPE="RESET"
Sets all the input methods to their empty or default state.
TYPE="BUTTON"
Creates a button that just calls it's method.
Tags:
BUTTON
© 2007 Prem Sobel. All Rights Reserved.