Online HTML image map creator |
Settings | Remark |
onMouseOut |
This Javascript event handler denotes that something will happen when the mouse moves off the region.
Examples: onMouseOut="window.status='Goodbye.'; return true" onMouseOut="document.bgColor='#FF0000'" onMouseOut="parent.location='https://www.mobilefish.com'" onMouseOut="alert('Hello world!')" onMouseOut="history.go(-1)" onMouseOut=" parent.location='mailto:[email protected]?subject=My demo'" onMouseOut="document.image.src ='demo.gif'" onMouseOut="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 onMouseOut event is used, you can disable the "URL" by entering: javascript:void(null); |