Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets a reference to the root node of the document.
Syntax
HRESULT value = object.get_documentElement(HTMLElement** p);
Property values
Type: Object
the reference to the document element.
Standards information
- Document Object Model (DOM) Level 1 Specification, Section 1.2
Remarks
The root node of a typical HTML document is the html object.