DOM
From MDC
The Document Object Model (DOM) is an API for HTML and XML documents. It provides a structural representation of the document, enabling you to modify its content and visual presentation. Essentially, it connects web pages to scripts or programming languages.
- Gecko DOM Reference
- The Gecko Document Object Model Reference.
- About the Document Object Model
- A short introduction to the DOM.
- The DOM and JavaScript
- What is the DOM? What is JavaScript? How do I use them together on my web page? This document answers these questions and more.
- Dynamically modifying XUL-based user interface
- The basics of manipulating the XUL UI with DOM methods.
- Determining the dimensions of elements
- How to figure out the right way to determine the dimensions of elements, given your needs.
- The Document Object Model in Mozilla
- An older set of documentation about the DOM, hosted at mozilla.org.
View All...
|
Community
Tools
View All...
Related Topics
- AJAX, CSS, DHTML, JavaScript
|