July 1998
Intermediate to advanced
1456 pages
65h 5m
English
modifiers — NN 4 IE n/a DOM n/a
Read-only
An integer that represents the keyboard modifier key(s) being held
down at the time the event fired. You can use the
& operator with a series of
Event object constants to find out whether a
particular modifier key was pressed. See Chapter 6.
var altKeyPressed = evtObj.modifiers & Event.ALT_MASK
Integer.
0
Read now
Unlock full access