Gets the documents BODY object.

[VBScript]
Public ReadOnly Property Body As HTMLElement
[JScript]
public function get Body() : HTMLElement;

Property Value

The BODY element of the document.

See Also

HTMLDocument Object | HTMLDocument Members | DOM Namespace