July 1998
Intermediate to advanced
1456 pages
65h 5m
English
which — NN 4 IE n/a DOM n/a
Read-only
Returns a value relevant to the type of event. For mouse events, the
property value is an integer indicating which mouse button was used
(1 is the left button; 3 is the
right button). For keyboard events, the property value is an integer
of the keyboard character ASCII code.
if (evtObj.which == 65) {
...
}Integer.
None.
Read now
Unlock full access