Related / DOM
| HTML | CSS | DOM | JavaScript | Perl | Design | Tools |
Document Object Model (DOM)
![]()
The Document Object Model is the W3C standard for mapping HTML elements into
document objects. The browsers currently provide JavaScript and CSS interfaces
to these objects (which leads to Dynamic HTML). But the Netscape Communicator
4 and Internet Explorer 4 have implemented slightly different object models.
Be careful here.
- Document Object Model: W3C Home
http://www.w3.org/DOM/ - Document Object Model: Level 1 Specification (W3C REC 01-Dec-1998)
http://www.w3.org/TR/REC-DOM-Level-1/ - JavaScript Object Hierarchy and Inheritance
http://developer.netscape.com/library/documentation/communicator/jsobj/index.htm - Dynamic HTML in Netscape Communicator 4
http://developer.netscape.com/library/documentation/communicator/dynhtml/index.htm - Positioning HTML Elements with CSS and JavaScript 1.2
http://developer.netscape.com/library/technote/index.html?content=dhtml/css/css.htm - WebReference's Dynamic HTML Lab
http://www.webreference.com/dhtml/ - WebCoder, the Dynamic HTML and JavaScript Resource
http://www.webcoder.com/


