TOC PREV NEXT INDEX

Put your logo here!


body


body returns the BODY node of the current document.

Syntax

body_obj = document.body 

Parameters

body_obj is a node representing the BODY element in the current document.

Example

bod = document.body; 
bod.aLinkColor = "pink"; 

Notes

extra information

Specification

html


mozilla.org | mailto:oeschger | bug 93108
TOC PREV NEXT INDEX