Re: What is DOM? DOM stands for the Document Object Model, and it's a way of representing a document (be it XML or HTML) using Object Oriented programming. It basically allows you to have access to any part of the document you want by calling functions. You can use DOM in JavaScript, or you can use it to parse an XML document (extract nodes from it).
__________________ S.VinothkumaR
Behind me is infinite power,
Before me is Endless Possibility,
Around me is Boundless Opportunity,
Why should I fear!
|