Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
JavaScript is a language that is inherently event driven; that is, the scripts created in JavaScript usually are executed as a result of an event caused either by the user or the browser itself. We can harness these events through the use of event handlers. This appendix was created to give you a place where you can check out all of the different event handlers, their syntax, and a description of their uses.