|
|
|
|
|
body
body returns the BODY node of the current document.
Syntax
body_obj = document.bodyParameters
body_obj is a node representing the BODY element in the current document.
Example
bod = document.body; bod.aLinkColor = "pink";Notes
Specification
| mozilla.org | mailto:oeschger | bug 93108 |
|
|
|
|
|