Fires when the mouse cursor exits a row for the rowover behavior.
Syntax
HTML <TABLE STYLE="behavior:url('expand.htc')" onrowout = "handler" .../> Scripting [ handler = ] oTable.onrowout
Return Value
Returns a reference to the TR element that fired the event.
Remarks
Bubbles No Cancels No To invoke Move the mouse cursor outside a row in a table participating in the rowover behavior. Default action Initiates any action associated with this script. The onrowout event is available only to objects participating in the rowover behavior.
Applies To
rowover