This simple JavaScript based editor allows you to interactively create HTML
code for a client-side clickable image map using the image from a file (.gif, .jpg, .png, .bmp).
I.e. it creates source code with elements img and map with
areas. The coordinates of image areas are defined using a mouse.
Tested with Firefox 7, Internet Explorer 9, Opera 11
| Default circle shape radius | Enter a value (in pixels) to avoid entering radius manually for each circle. | |
| Auto Add | Check to add completed shape (circle or rect) to the Source automatically (only if Href is filled). | |
| Href template | Add text before or after {href} to extend shape's href value given in Href input. | |
| Map area source template | Modify to add the shape tag to the Source in a different format. {href} here is the value given by the Href template. \n (new line) and \t (tab) are supported. I.e. even completely differently formated text can be obtained (e.g. useful for pasting to Excel: {href}\t{coords}\n). s |