Intro to JavaScript | Variables | Operators | Functions | If/else | For loops | Events

Events

JavaScript can detect actions. These actions are called events.

Examples of events:
A mouse click
A web page or an image loading
Mousing over a hot spot on the web page
Selecting an input field in an HTML form
Submitting an HTML form
A keystroke

Functions
onMouseOver
onMouseOut
onmousedown
onmouseup
onClick
onload
onblur