onrowclick Event

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

Fires when a table row is selected for the rowover behavior.

Syntax

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

Event Information

Bubbles No
Cancels No
To invoke Select a row in a table participating in the rowover behavior where the selectable property is set to 1.
Default action Initiates any action associated with this script.

Remarks

The rowover behavior only selects the contents of all the cells in that row if the selectable property is set to 1.

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

Applies To

rowover