Click to return to the DHTML, HTML     
onerror Event     onrowout Event     Behaviors Library    
Web Workshop  |  DHTML, HTML & CSS

onrowclick Event


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

BubblesNo
CancelsNo
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

[ Object Name ]
PlatformVersion
Win16:
Win32:
Mac:
Unix:
WinCE:
rowover


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.