|
January 6, 2001 Detecting the ALT Key Tips: January 2001
Yehuda Shiran, Ph.D.
|
|
The e object holds a lot of information about the Netscape 6 event. The altKey property, for example, reveals whether the ALT key was in a pressed position during the event firing. The following statement prints true when the ALT key is pressed, and false otherwise:
The status window is shown on the bottom left corner of Netscape 6 window. Notice that you have to pass the e object as a parameter to those functions which reference it. In the following example, we pass the e object as a parameter to colorItYellow() and colorItTan():
Get on Netscape 6 browser and play with this demo.
People who read this tip also read these tips: Look for similar tips by subject: |
| ||||||||||||||||||||