Beework Web Design Logo

  Search

  

Skype: beeworkweb
Email:info@beework.net

Sales (free):
0800 882 4173

Support:
0870 978 0583

Mobile:
07866 627185

Registered Member of the UK Web Design Association 
Registered Member
of the UK Web Design
Association

Valid XHTML 1.0 Strict



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.