Online HTML image map creator


Settings Remark
onClick This Javascript event handler denotes that something will happen when the region is clicked.

Examples:
onClick="parent.location='https://www.mobilefish.com'"
onClick="alert('Hello world!')"
onClick="history.go(-1)"
onClick="
parent.location='mailto:[email protected]?subject=My demo'"
onClick="document.image.src ='demo.gif'"
onClick="popwin=window.open('../../images/mobilefish_logo.gif','Mobilefish',
'scrollbars=yes,left=5,top=5,location=no,resizable=yes,toolbar=no,menubar=no,
status=no,width=272,height=90');popwin.focus();
"

Note 1: All entered javascript code is automatically enclosed by double quotes.

Note 2: If the onClick event is used, you can disable the "URL" by entering:
javascript:void(null);