Name
Link.onmouseover: event handler invoked when the mouse goes over a link — DOM Level 0
Synopsis
Function onmouseover
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.
See Also
Element.addEventListener(
), Link.onmouseout,
MouseEvent; Chapter 17
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access