| onReset |
| The instruction(s) to be executed are placed within quotes. This event handler will execute the instructions when the event it has been assigned to has been activated. You'll see this when using forms and a reset to the default values is required. It is used with the FORM HTML tag or the 'form' JavaScript object. For example: |
| <form onReset="formdata(formreset='true')"> |
This Event Handler is used with the following: FORM |