title=text
| Attribute | Description |
|---|---|
| onblur | When an empty portion in a page was clicked then the script will be executed. |
| onchange | Script will be executed, when the category of a menu is modified. |
| oncontextmenu | When the contextmenu is set off then the script will be executed. |
| onfocus | Script will be executed when a particular input field in a form gets focus. |
| onformchange | When any portion in a form is altered, then the script will be executed. |
| onforminput | When value is entered in a form then the script will be executed. |
| oninput | Script will be executed when values are entered in the inputfields of a form. |
| oninvalid | When the value entered in a field element becomes invalid, then the script will be executed. |
| onselect | When a particular field in a form is choosed, then the script will be executed. |
| onsubmit | Script will be executed, when the form is submitted. |