execDefaultTask (client-side)

Use this routine as the handler for the ListSheet HTML component (HTC) onDblClick event.

Definition

sub execDefaultTask()

Parameters

None.

Return Value

None.

Remarks

When defining the DIV element for ListSheet HTC, specify this routine as the handler for the onDblClick event, as follows:

<DIV CLASS='listSheet' ID=...
     DataXML=...
     MetaXML=...
     ...
     OnDblClick='execDefaultTask()'
     ...>
     Loading...
</DIV>

This routine is available in the include file ActionPageUtil.asp.

To minimize the size of action page downloads, this routine is a wrapper function that calls a function with the same name in the file bizdesk.asp. The version in bizdesk.asp takes an additional parameter (oWindow) as its first parameter, and is called using the "parent." notation.

See Also

Client-Side Routines

execTaskFromContextMenu (client-side)

Server-Side Routines

Copyright © 2005 Microsoft Corporation.
All rights reserved.