I am adding an image inside a div. I want to get the coordinates of the image (and not the coordinates of the screen) at the point where the user right clicks over that image. How can i do that?
<div id="Boma" style="width: 1000px; height: 600px; position: relative">
<img src="Boma_1_2/F16_20170316141116392_0001.jpg" alt="Boma" style="width: 1000px; height: 600px;">
</div>