APENDICE 1A: OBJETOS PROPIOS HTML
“Button, Submit, Reset, CheckBox, Radio, Password, Text, TextArea, Select, Hidden”
“Controles Button”, “Submit” y “Reset”.
| Propiedades | Eventos | Metodos |
| “form” | “OnClick” | “click” |
| “name” | “OnFocus” | “focus” |
| “value” | ||
| “enabled” |
Control “CheckBox”.
| Propiedades | Eventos | Metodos |
| “form” | “OnClick” | “click” |
| “name” | “OnFocus” | “focus” |
| “value” | ||
| “enabled” | ||
| “checked” | ||
| “defaultchecked” |
Control “Radio”.
| Propiedades | Eventos | Metodos |
| “form” | “OnClick” | “click” |
| “name” | “OnFocus” | “focus” |
| “value” | ||
| “enabled” | ||
| “checked” |
Control “Password”.
| Propiedades | Eventos | Metodos |
| “form” | “OnBlur” | “blur” |
| “name” | “OnFocus” | “focus” |
| “value” | ||
| “enabled” |
Controles “Text” y “Textarea”s.
| Propiedades | Eventos | Metodos |
| “form” | “OnBlur” | “blur” |
| “name” | “OnFocus” | “focus” |
| “value” | ||
| “enabled” |
Control “Select”.
| Propiedades | Eventos | Metodos |
| “length” | “OnBlur” | “blur” |
| “options” | “OnFocus” | “focus” |
| “selectedIndex” | “OnChange” |
Control “Hidden”.
| Propiedades | Eventos | Metodos |
| “name” | ||
| “value” |