Platform SDK: Web Telephony Engine

onselectiontimeout

The onselectiontimeout event fires when the time-out event occurs on the menu owner or intrinsic control.

This event will not bubble.

The WTE supports events in all three modes supported by Internet Explorer — inline, using FOR and EVENT attributes, and Visual Basic style.

If the default scripting language in the document (specified by the first LANGUAGE attribute defined) is VBScript, the scripting language should be specified on the element containing the event handler.

A natural element for associating the onselectiontimeout handler is the menu owner or the control itself. For a radio-button menu (created by INPUT TYPE=radio) the error handler may be associated by the group name. Note that the handler of this event can change the window.external.event.returnValue property.

Fired on

BODY, DIR, FIELDSET, FORM, IMG, INPUT TYPE=[button | checkbox | image | radio | reset | submit], MENU, P, TEXTAREA

See Also

Handling Time-outs and Non-valid Keys