HTMLDocument GetBody Method

Returns the <body> element of a document.

    R←I GetBody 0
    R←GetBody I

I is an HTMLDocument instance. R is the <body> element.