Javascript (JS) Body Object Examples: HTML DOM – Javascript (JS) Body Object Examples

Javascript (JS) Body Object Examples: HTML DOM – Javascript (JS) Body Object Examples Purpose: – Illustrates the JavaScript syntax for working with the Body Object. A Body object allows you to access properties related to the HTML Body of the document. Body Object Examples Body Object Properties className Allows you to access the class attribute of the body. dir Allows you to access the direction of text attribute of the body. id Allows... [Read More...]

Body Example JavaScript (JS): HTML DOM Objects – Document Object Properties – Body Example JavaScript (JS)

Body Example JavaScript (JS): HTML DOM Objects – Document Object Properties – Body Example JavaScript (JS) Purpose: – Illustrates the JavaScript syntax for the Body Property . View Other HTML DOM Document Objects Prerequistes: Install Visual Web Developer 2008 Syntax: Body[index] – Allows you to access all of the Body/areas in a document – index specifies the Link/area Restrictions: None Notes: You can build... [Read More...]