onresetonreset*
*



Contents  *



Index  *Topic Contents
*Previous Topic: onreadystatechange
*Next Topic: onresize

onreset

Description

Fires when a user resets a form (clicks a Reset button). The onreset event handler executes code when a reset event occurs.

Remarks

This event will not bubble. Events that do not bubble can only be handled on the individual object that fired the event.

Applies To

FORM


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.