developer.com
developerdirect.com
htmlgoodies.com
javagoodies.com
jars.com
intranetjournal.com
javascripts.com
|
All Categories :
ActiveX
Appendix B
HTML Intrinsic Controls: Properties,
Events, and Methods
The tables in this appendix summarize the properties, events,
and methods for the Elements objects otherwise known as HTML
Intrinsic Controls.
- Button
- Submit
- Reset
- CheckBox
- Radio
- Password
- Text
- TextArea
- Select
- Hidden
Table B.1. The Button,
Submit,
and Reset
controls.
Properties | Events
| Methods |
form | OnClick
| click |
name | OnFocus
| focus |
value | |
|
enabled |
| |
Table B.2. The CheckBox
control.
Properties | Events
| Methods |
form | OnClick
| click |
name | OnFocus
| focus |
value | |
|
enabled |
| |
checked | |
|
defaultchecked |
| |
Table B.3. The Radio
control.
Properties | Events
| Methods |
form | OnClick
| click |
name | OnFocus
| focus |
value | |
|
enabled | |
|
checked |
| |
Table B.4. The Password
control.
Properties | Events
| Methods |
form | OnBlur
| blur |
name | OnFocus
| focus |
value | |
|
enabled |
| |
Table B.5. The Text
and Textarea
controls.
Properties | Events
| Methods |
form | OnBlur
| blur |
name | OnFocus
| focus |
value | |
|
enabled |
| |
Table B.6. The Select
control.
Properties | Events
| Methods |
length | OnBlur
| blur |
options | OnFocus
| focus |
selectedIndex | OnChange
| |
Table B.7. The Hidden
control.
Properties | Events
| Methods |
name |
| |
value |
| |
|
|