DOM and Web DOM

Hi All,

Explain about the Notes DOM and Web DOM?

How can i use that? what is the purpose of thes?

Can any one explain me.

Thanks in advance.

Kamal.

Subject: DOM and Web DOM

Kamal,

it is good to see, that you are eager to learn about Domino. Keep up your efforts. The DOM stands for Document Object Model. For Browsers (WebDOM) it is defined by the W3C. So check the site there: http://www.w3c.org. The Notes DOM is a subset of it. It provides the objects to be accessed by JavaScript.

Why not head to the download section and get the Lotus documentation to read up a little more.

Hth

:slight_smile: stw

Subject: RE: DOM and Web DOM

Thanks Stephan.

Thanks for the information.

Kamal

Subject: RE: DOM and Web DOM

I should point out, too, that DOM can also stand for “Domino Object Model”, and when used in that sense, it means the set of objects representing the session, database, workspace, view, document, and so forth that are available to LotusScript/COM/OLE and Java/CORBA. Confusing? A little, but you’ll get used to it.