Professional Web Design Bristol  - Beework Logo



Generates JavaScript MouseOvers

Generates the JavaScript code to embed into an HTML page to create mouseover effects on graphical links

Number of Links:
Copy and paste this code to the <HEAD> section of your page
Copy and paste this code to the <BODY> section of your page

onMouseOver


Event handler. A mouseOver event occurs once each time the mouse pointer moves over an object or area from outside that object or area. The onMouseOver event handler executes JavaScript code when a mouseOver event occurs.

If the mouse moves from one area into another in a client-side image map, you'll get onMouseOut for the first area, then onMouseOver for the second.

Area objects that use the onMouseOver event handler must include the HREF attribute within the <AREA> tag.

You must return true within the event handler if you want to set the status or defaultStatus properties with the onMouseOver event handler.