What is the document object model?
———————————————————————–This is the collection of objects provided by each browser.Basically, any object in the window hierarchy is part of theDOM. This means that ` document.writeln() `,for example, is not anECMAScript method but is, in fact, a method provided by the DOM.The DOM has been standardised by the World Wide Web Consortium(W3C); however, like all W3C standards, browser support is notyet complete. Most cross-browser coding problems come fromslightly different implementations of the DOM in the different browsers.http://jibbering.com/faq/index.html#onlineResourceshttp://www.w3.org/DOM/faq.htmlhttp://www.w3.org/DOM/–Postings such as this are automatically sent once a day. Theirgoal is to answer repeated questions, and to offer the content tothe community for continuous evaluation/improvement. The completecomp.lang.javascript FAQ is athttp://jibbering.com/faq/index.html.The FAQ workers are a group of volunteers.
This is the collection of objects provided by each browser. Basically, any object in the window hierarchy is part of the DOM. This means that document.writeln(), for example, is not an ECMAScript method but is, in fact, a method provided by the DOM. An official DOM has been standardised by the World Wide Web Consortium (W3C); however, like all W3C standards, browser support is not yet complete. Most cross-browser coding problems come from slightly different implementations of the DOM in the different browsers. • c.l.
Related Questions
- Yes, CI-Link provides a DOM mechanism (Document Object Model) which is very efficient because it is written in C language. What is the Document Object Model ?
- Is the JavaScript Document Object Model general JavaScript language, or is it something that comes with M-Business Anywhere?
- What is a Document Object Model?