IHYPRESS.NET
JAVASCRIPT
HOME | ASP | C | CSS | HTML | JAVASCRIPT | PERL | PHP | PYTHON | RUBY | SVG
JavaScript ❯ Tutorials ❯ Events
Mouse Events
ondblclick	The event occurs when the user double-clicks on an element.
onmousedown	The event occurs when a user presses a mouse button over an element.
onmousemove	The event occurs when a user moves the mouse pointer over an element.
onmouseover	The event occurs when a user mouse over an element.
onmouseout	The event occurs when a user moves the mouse pointer out of an element.
onmouseup	The event occurs when a user releases a mouse button over an element.

Keyboard Events
onkeydown	The event occurs when the user is pressing a key or holding down a key.
onkeypress	The event occurs when the user is pressing a key or holding down a key.
onkeyup		The event occurs when a keyboard key is released.

Frame/Object Events
onabort		The event occurs when an image is stopped from loading before completely loaded.
onerror		The event occurs when an image does not load properly.	 
onload		The event occurs when a document, frameset, or object has been loaded.
onresize	The event occurs when a document view is resized.
onscroll	The event occurs when a document view is scrolled.
onunload	The event occurs when a document is removed from a window or frame.

Form Events
onblur		The event occurs when a form element loses focus
onchange	The event occurs when any change has occurred in a form element.
onfocus		The event occurs when an element gets focus.
onreset		The event occurs when a form is reset.
onselect	The event occurs when a user selects some text.
onsubmit	The event occurs when a form is submitted.
COPYRIGHT © 2015-2024 IHYPRESS.NET. A DIVISION OF IHY PRESS. ALL RIGHTS RESERVED.