A javascript program to automatically generate image maps, based on a file on the web or locally on your machine. You can graphically define the zones (rect only) and directly tests them on a second display of your picture.

CSE™ Image Map Creator

Generates graphically the HTML code for an image map, with direct test.
© CSE, 2007

Procedure

  1. Select the image to map:
    Either on the internet (URL): and click
    Or on your local drive: and click
    The file will not be transmitted over the internet and stay untouched locally on your hard drive !
    Or use the image below to see an example...


  2. Draw a rectangle on the image below (click and drag)



  3. Type in the link to follow when clicking at this location:

  4. Add the zone to the image below's map by clicking:

  5. Check the zone on the second image below. The link (information pane) will contain the name of the location.



  6. If the zone is not good:

  7. If the zone is good, you can store it by clicking:

  8. You can start again from point 2. above as often as necesary to add new zones.


  9. When all desired zones are defined, copy the <map> tag below in your HTML document, from "<map name=..." to "...</map>" - and change its name.
    Then add in your <img> tag the usemap element such as: usemap='#PUT_NAME_HERE'.

    <map name="PUT_NAME_HERE">
    </map>

That's all Folks!