I am trying to do digitization(drawing lines ) on a image which is displayed on a browser .
so for this I am capturing the right click and left click of the mouse .
Now please suggest me to some idea here
If user again clicks right (Two right clicks) (second right clcik) the first right should not execute and should only execute the right right combination only
Please suggest me some ideas
Save India From Corruption - Anna Hazare.
Sebastian Janisch
Ranch Hand
Joined: Feb 23, 2009
Posts: 1183
posted
0
Capturing mouse clicks belongs to the world of JavaScript (at least that's what I think). You JavaScript evaluates what the user did, and then you decide what request to fire.
JDBCSupport - An easy to use, light-weight JDBC framework -