Image mapping in web application

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • satejinfotech
    New Member
    • Feb 2016
    • 2

    Image mapping in web application

    We are looking for something where there will be a image which we can zoom in and out.If the user clicks on the image our web application needs to understand where the image has been clicked.
    Is there something available which does this sort of thing? Could you please give me any pointers
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    this information is contained in the event object that is passed to the event listener: https://developer.mozilla.org/en-US/...API/MouseEvent

    Comment

    • satejinfotech
      New Member
      • Feb 2016
      • 2

      #3
      thank you @Dormilich

      Comment

      Working...