Section 25.200. Link.onmouseover: event handler invoked when the mouse goes over a link


25.200. Link.onmouseover: event handler invoked when the mouse goes over a link

DOM Level 0

25.200.1. Synopsis

 Function onmouseover 

25.200.2. Description

The onmouseover property of a Link object specifies an event-handler function that is invoked when the user moves the mouse over a hypertext link. When the user holds the mouse over a hyperlink, the browser displays the URL for that link in the status line. In older browsers, it is possible to prevent this default action and display your own text in the status line. For security reasons (to help prevent phishing attacks, for example) most modern browsers have disabled this capability.

25.200.3. See Also

Element.addEventListener( ), Link.onmouseout, MouseEvent; Chapter 17




JavaScript. The Definitive Guide
JavaScript: The Definitive Guide
ISBN: 0596101996
EAN: 2147483647
Year: 2004
Pages: 767

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net