On 6/9/05, m ike <[EMAIL PROTECTED]> wrote: > > Ralph wrote: > > What is "DOM"? I noticed this in the mozilla preferences, but "Help" > > didn't tell me what it is. > > http://www.w3.org/DOM/
Or better yet: http://www.w3.org/TR/WD-DOM/introduction.html DOM is basically a way to treat XML (and HTML) documents as a well defined object that can be accessed and manipulated from within a program. -todd -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list
