
03-10-2004, 01:35 PM
|
|
ubergeek
|
|
Join Date: Oct 2003
Posts: 204
|
|
JavaScript and the Document Object Model
While the Document Object Model (DOM) is perhaps best known in its role as a foundation for working with XML, variations on the theme actually started in browsers with HTML. Now DOM has come full circle as newer browsers implement the W3C Document Object Model through client-side scripting, such as JavaScript. This article looks at the JavaScript approach to DOM and chronicles the building of a Web page to which the user can add notes and edit note content. Read JavaScript and the Document Object Model here.
__________________
md
|