Re: Query about DOM

"Harish]" wrote:
> 
> Hello Sir/Madam,
> 
> I would like to know DOM model which will enable me to write generic code which
> will run on all type of browsers.

This is one of the goals of the DOM. The official DOM recommendation is here:
http://www.w3.org/TR/REC-DOM-Level-1

The next version is not yet a recommendation:
http://www.w3.org/TR/DOM-Level-2

> Please send me an elaborate explanation for the above.

For the status of current implementations of the DOM in the browsers, I found
this link:
http://wsabstract.com/javatutors/dom.shtml

I don't know if it's a good one or not.

For any questions regarding IE or NS implementations, please send them to their
mailing lists. This mailing list is reserved for comments about the DOM
specification
itself, and not about the implementations.

Regards,
Philippe

Received on Friday, 26 May 2000 11:07:21 UTC