View Single Post
Old 02-11-2013, 07:51 PM   PM User | #4
Old Pedant
Supreme Master coder!

 
Old Pedant's Avatar
 
Join Date: Feb 2009
Posts: 23,249
Thanks: 59
Thanked 3,999 Times in 3,968 Posts
Old Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to all
Look here:
Code:
                  if ( evt.which == 3 ) { showMenu(); }
Then look here:
Code:
        function showMenu(e) {
Hmmm???

Now maybe try
Code:
                  if ( evt.which == 3 ) { showMenu(evt); }
__________________
An optimist sees the glass as half full.
A pessimist sees the glass as half empty.
A realist drinks it no matter how much there is.
Old Pedant is online now   Reply With Quote