August 1999
Intermediate to advanced
1488 pages
72h 53m
English
Core client-side JavaScript object.
The Reset object represents a Reset button within an HTML form. The button is created using the HTML <input> tag and specifying the TYPE attribute as reset. Reset buttons are used for form submissions. The Reset object has specific properties and methods associated with it, as shown in Table 7.41.
| Property/Method | Description |
|---|---|
| blur() | Removes focus from Reset button |
| click() | Simulates a mouse click on a Reset button |
| focus() | Sets the focus to the Reset button |
| form | Specifies the form name that contains the Reset button |
| handleEvent() | Invokes the event handler |
| name | HTML NAME ... |
Read now
Unlock full access