Events | Description |
ABORT | Loading of Web page interrupted by user. |
BLUR | Focus is removed from the object. |
CHANGE | Contents or setting for document object changed. |
CLICK | Mouse button is clicked once. |
DBLCLICK | Mouse button is clicked twice. |
DRAGDROP | Object is dragged and dropped. |
ERROR | Error occurred during loading. |
FOCUS | Focus is applied to an object. |
KEYDOWN | A key is pressed down. |
KEYPRESS | A key is pressed. |
KEYUP | A key is let up after being pressed down. |
LOAD | Load document within a browser. |
MOUSEDOWN | The mouse button is pressed down. |
MOUSEMOVE | The mouse cursor is moved. |
MOUSEOUT | The mouse cursor is moved away from a specific object. |
MOUSEOVER | The mouse cursor is moved over a specific object. |
MOUSEUP | The pressed mouse button is let up. |
MOVE | Object is moved on the screen. |
RESET | Reset button is pressed. |
RESIZE | Window or frame has been resized. |
SELECT | Document object is selected. |
SUBMIT | Submit button is pressed. |
UNLOAD | Document is unloaded from browser. |