onDocumentReady (Event handler)

A special event to signify that a document is loaded and ready for use.

Availability:

JScript - 5.0
Internet Explorer - 5.0
JavaScript syntax:IEmyObject.ondocumentready = aHandler

This event is notified to the behavior handler when the document has been downloaded and completely parsed. The handler needs to be able to distinguish between different events that may trigger it and lock out any user interaction until after this notification has been received.

See also:onContentReady