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
- FileReaderFileReader
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]