Hello,
I am trying to capture a right mouse button click on an image.
So far I am getting the left click with
<body onload="documen t.getElementByI d('image').oncl ick=eventclick; ">
<image align=center image border=2 img src="data.jpg" id="image">
How can I detect the right mouse click on this image?
Thanks so much!
I am trying to capture a right mouse button click on an image.
So far I am getting the left click with
<body onload="documen t.getElementByI d('image').oncl ick=eventclick; ">
<image align=center image border=2 img src="data.jpg" id="image">
How can I detect the right mouse click on this image?
Thanks so much!
Comment