DHTML : The Document Object Model
Sékine Coulibaly
With the DOM, a programmer can create a document, navigate its structure, and add, change or delete elements from it even
when it has already been loaded into the browser. Any element positioned through an HTML tag (such as a link anchor with
<A> or an image with
<IMG>) is accessible using a scripting language such as JavaScript through the DOM.
Contents: - The DOM is Object-Oriented!
- Accessing Page Elements through the DOM
- DOM Interactivity