Seeking HTML Image Coordinates - Please Help!

Discussion in 'JavaScript and AJAX' started by hashivenu, May 3, 2011.

  1. hashivenu

    hashivenu New Member

    Joined:
    May 3, 2011
    Messages:
    3
    Likes Received:
    0
    Trophy Points:
    0
    Occupation:
    Document Control Coordinator
    Location:
    Garland, Texas
    I previously used X-map to upload an image, and could then get the coordinates for the image with the mouse, but now X-map won't work. I've spent an exhorbitant amount of time scouring the internet, but have been unable to find anything that will function as I need it to. I simply want to upload a JPG or GIF image (NOT a URL, as so many pages I've found apparently require) and be able to determine specified coordinates in order to update maps on existing HTML pages. Does anyone know how to do this? It's for work, but they're not likely to want to pay for it and I can't do my job without it. Please help!
     
  2. pein87

    pein87 Active Member

    Joined:
    Aug 6, 2010
    Messages:
    173
    Likes Received:
    47
    Trophy Points:
    28
    Occupation:
    Web Dev
    Location:
    Limbo
    image map specs as per the def

    http://www.w3schools.com/TAGS/tag_map.asp

    software and info sites

    http://www.imagecure.com/mapdespro.html

    http://www.coffeecup.com/image-mapper/

    http://www.image-maps.com/

    http://www.daniweb.com/web-development/web-design/html-and-css/threads/40642

    You may also want to look into doing it dynamically with javascript. You'll need to use the mouse coords to find this out for the given image. I'm rust on event coding but lots f tuts exist with this. You need to capture onmousemove the y and x coords of the image.
     
    Click SSL and shabbir like this.
  3. hashivenu

    hashivenu New Member

    Joined:
    May 3, 2011
    Messages:
    3
    Likes Received:
    0
    Trophy Points:
    0
    Occupation:
    Document Control Coordinator
    Location:
    Garland, Texas
    Thank you Pein87! :) I will give that a try.
     
  4. Click SSL

    Click SSL Member

    Joined:
    Mar 8, 2010
    Messages:
    215
    Likes Received:
    5
    Trophy Points:
    18
    Location:
    Newark, DE, USA
    w3schools is best..
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice