HTMLDocument.Body Property
Gets the documents BODY object.
[VBScript] Public ReadOnly Property Body As HTMLElement
[JScript] public function get Body() : HTMLElement;
The BODY element of the document.
HTMLDocument Object | HTMLDocument Members | DOM Namespace