1. Computing & Technology

Document Object Model

From , former About.com Guide

Definition: The document object model is a collection of class definitions that allow a program written in Javascript to interact with the objects on the web page.

Unfortunately there are three different DOMs that have been used by different web browsers. Netscape 4 used one DOM that was not incorporated into subsequent versions. Internet Explorer use their own DOM in all recent versions of their browser. The standard DOM developed by W3C is supported to varying extents by all modern browsers including Internet Explorer.

Also Known As: DOM
Examples:
document.write('This uses the write method of the document object defined in all DOMs');

©2012 About.com. All rights reserved.

A part of The New York Times Company.