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.

onload

Property of dom/Elementdom/Element

Syntax

var result = element.onload;
element.onload = value;

Notes

Remarks

This event fires when a method finishes the read of a Blob object. If the operation fails, onload does not fire, but instead, the onloadend and onerror events fire.

Syntax

Event handler parameters

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

See also

Related pages

Attributions