Event | NN 4 IE n/a DOM n/a |
| |
The Event object is a static object in Navigator 4
and later that contains a large set of case-sensitive constant values
you can use to test user- or system-generated events for keyboard
modifiers and event types (see the modifiers and
type properties of the event
object). These constant values evaluate to mathematically related
integers. Not all event types assigned a constant value are
implemented as events in Navigator 4. This same object continues to
be supported in Netscape 6, but only for backward compatibility with
the Navigator 4 event capture syntax.
|
|
Object Model Reference |
|
Event
|
|
Object-Specific Properties |
|
ABORT | ALT_MASK | BACK | BLUR | CHANGE |
CLICK | CONTROL_MASK | DBLCLICK | DRAGDROP | ERROR |
FOCUS | FORWARD | HELP | KEYDOWN | KEYPRESS |
KEYUP | LOAD | LOCATE | META_MASK | MOUSEDOWN |
MOUSEDRAG | MOUSEMOVE | MOUSEOUT | MOUSEOVER | MOUSEUP |
MOVE | RESET | RESIZE | SCROLL | SELECT |
SHIFT_MASK | SUBMIT | UNLOAD | XFER_DONE | |
|