What is the onreset event handler?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is the onreset event handler?
Rating:
The onreset event handler belongs to the form object. Before setting the form fields to their default values, JavaScript sends a reset event to the form. A function can be called on this event handler to confirm whether the reset should take place or not. Once the reset has taken place, it is undoable.
Rating:
Was this information helpful?
Other articles
- Control Structures
- What is the jsVersion property of the server object?
- How to use the select() method?
- What is the setTimeout method?
- How to use the write method?