Insert Button
This dialog is used to insert a button into a web page.
button type
- Determines whether to insert a submit button, generic push button or reset
button.
name
-
The control name used to refer to the button.
label
-
The text message that appears on the button. Setting this field will determine the value attribute of the inserted element.
onclick
-
The javascript event handler for the onclick event.
disabled
-
Determines if the button is initially disabled.
W3C HTML 4.01 Specification - The INPUT Element
Still need help? Post a question on the Workshop
newsgroup.