onrowover Event

This topic documents a feature of Binary Behaviors, which are obsolete as of Internet Explorer 10.

Fires when the mouse cursor enters a row for the rowover behavior.

Syntax

Event Property rowover.onrowover = handler;
attachEvent rowover.attachEvent( "onrowover", handler);
Named script <SCRIPT FOR = rowover EVENT = onrowover>

Event Information

Bubbles No
Cancels No
To invoke Move the mouse cursor over a row in a table participating in the rowover behavior.
Default action Initiates any action associated with this script.

Remarks

The onrowover event is available only to objects participating in the rowover behavior.

Applies To

rowover