This page is Not Ready

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

onprogress

Property of dom/Elementdom/Element

Syntax

var result = element.onprogress;
element.onprogress = value;

Notes

Remarks

This event reports back the number of bytes loaded from the stream so far. You can use this information to update a progress bar in your application.

Syntax

Event handler parameters

pEvtObj [in]
Type: ****IHTMLEventObj****

See also

Related pages

Attributions