Does anyone know the document model for javaScript in Mozilla based browsers?
-Ryan
Posted by at December 6, 2002 02:19 AM | TrackBackMozilla is W3C DOM Level 1 compliant. In the documentation section of the Mozilla site is an article entitled The Document Object Model in Mozilla, which provides detailed information.
One of my favorite web development sites, DevShed, has a good article on the DOM, called A Rough Guide to the DOM.