Many developers struggle with Netscape's seemingly lacking event model, where there is no explicit event object to work with. In IE, there is window.event, which provides detailed information regarding the occurring event
Events are common on Web pages, and, as a developer, sooner or later you will want to write specific handlers for them. Returning author Kenneth Tibbetts serves up some event handling code and discussion to whet your appetite