'button' Possible Values : button « Javascript Properties « JavaScript Reference

Home
JavaScript Reference
1.Event Handlers Reference
2.Javascript Collections
3.Javascript Methods
4.Javascript Objects
5.Javascript Properties
JavaScript Reference » Javascript Properties » button 
'button' Possible Values

Possible Values

0              the default; no button is pressed,
1              left button is pressed,
2              right button is pressed,
3              left and right buttons are pressed,
4              middle button is pressed,
5              left and middle buttons are pressed,
6              right and middle buttons are pressed,
7              all three buttons are pressed.

    
      
      
Related examples in the same category
1.'button' Syntax and Note
2.'button' Example
3.'button' is applied to
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.