This topic has not yet been rated - Rate this topic

onprogress property

Gets or sets the method to handle the onprogress event.

Internet Explorer 8

Syntax

HRESULT value = object.put_onprogress(VARIANT v);HRESULT value = object.get_onprogress(VARIANT p);

Property values

Type: VARIANT

the event handler.

Remarks

The onprogress event occurs when the browser starts receiving data from the server.

When the onprogress event occurs partial data can be retrieved using IHTMLXDomainRequest::responseText .

The onprogress event may occur 0, 1 or many times in the time interval between the IHTMLXDomainRequest::send method call and the onload event occuring.

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.