Fires when the mouse cursor enters a row for the rowover behavior.
Syntax
HTML <TABLE STYLE="behavior:url('expand.htc')" onrowover = "handler" .../> Scripting [ handler = ] oTable.onrowover
Return Value
Returns a reference to the TR element that fired the event.
Remarks
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. The onrowover event is available only to objects participating in the rowover behavior.
Applies To
rowover