0 out of 1 rated this helpful - Rate this topic

ontimeout property

Gets or sets the method to handle the ontimout event.

Internet Explorer 8

Syntax

HRESULT value = object.put_ontimeout(VARIANT v);HRESULT value = object.get_ontimeout(VARIANT p);

Property values

Type: VARIANT

the event handler.

Remarks

The ontimeout event occurs if the value in the IHTMLXDomainRequest::timeout property expires before the IHTMLXDomainRequest::onload event occurs.

When the ontimeout event occurs the IHTMLXDomainRequest::responseText property is unavailable and attempts to access it will raise an error.

See also

Reference
IHTMLXDomainRequest
XDomainRequest

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.