Fires when a table row is selected for the rowover behavior.
Syntax
HTML <TABLE STYLE="behavior:url('expand.htc')" onrowclick = "handler" .../> Scripting [ handler = ] oTable.onrowclick
Return Value
Returns a reference to the TR element that fired the event.
Remarks
Bubbles No Cancels No To invoke Click 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. To select an entire row in a table using the rowover behavior, click the desired table row. Clicking a table row 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