November 19, 2005
November 05 Meeting - Events
Events are what allows JavaScript to interact with the user of your web page. There are four types of events: mouse, keyboard, HTML events and DOM events. The most common events are click, mouseover, mouseout, load, unload, submit and change. To respond to these events you must use the corresponding event handlers which are JavaScript keywords that are used within HTML tags.
Here is a video (.zip) summarizing many of the events that can be accessed via JavaScript, narrated by Dori Smith.
