javascript BODY createTextRange( )

Creates a TextRange object from the rendered text content of the current element. See the TextRange object for details.

javascript BODY vLink

Indicates the color of a hypertext link that has been visited recently. The color is applied to the link text or border around an image or object em

javascript BODY topMargin

Provides the width in pixels of the top margin of the body element in the browser window or frame. By default, the browser inserts a small margin

javascript BODY text

Indicates the color of text for the entire document body. Equivalent to the foreground color.

javascript BODY tabIndex

This is a number that indicates the sequence of this BODY element within the tabbing order of all focusable elements in the document.

javascript BODY scrollLeft, scrollTop

Provide the distance in pixels between the actual left or top edge of the element's physical content and the left or top edge of the visible portion

javascript BODY scrollHeight, scrollWidth

Originally implemented in IE 4 for elements that either scrolled or influenced an BODY element's scroll

javascript BODY scroll

Specifies whether the window (or frame) displays scrollbars when the content exceeds the window size. If your document specifies a standards-compatibl

javascript BODY rightMargin

Provides the width in pixels of the right margin of the body element in the browser window or frame. By default, the browser inserts a small margi

javascript BODY recordNumber

Used with IE data binding, returns an integer representing the record within the data set that generated the BODY element

javascript BODY noWrap

Specifies whether the browser should render the body content as wide as necessary to display a line of nonbreaking text on one line. Abuse of this a

javascript BODY isTextEdit

Specifies whether the element can be used to create an IE/Windows TextRange object (via the createTextRange( ) method). Only body , but

javascript BODY link

Indicates the color of a hypertext link that has not been visited. This is one of three states for a link: unvisited, active, and visited.

javascript BODY leftMargin

Provides the width in pixels of the left margin of the body element in the browser window or frame. By default, the browser inserts a small margin

javascript BODY clientLeft, clientTop

Broadly speaking, these provide the left and top coordinates of the BODY element's content within the box that includes the BODY element's padding, bu