Name

event — NN n/a IE 4 DOM n/a

Synopsis

Read-only

Internet Explorer 4’s event model generates an event object for each user or system event. This event object is a property of the window object. For details about the IE event object, see Chapter 6 and the listing of the event object in this chapter.

Example

if (event.altKey) {
    handle case of Alt key down
}

Value

event object reference.

Default

None.

Get Dynamic HTML: The Definitive Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.