December 2004
Intermediate to advanced
440 pages
11h 21m
English
DHTML is the combination of CSS, JavaScript, DOM, and XHTML. Although I don’t have enough space here to teach you all of those technologies, I wanted to include a quick reference of important concepts to help refresh your memory if you’re away from a more comprehensive resource.
The Document Object Model (DOM) describes a path starting with the window itself, down through the various objects on the Web page, each element representing a node within the document. For example, Code B.1 is broken down into nodes as shown in Figure B.1.

Figure B.1. The Web page node starts at the top with the window, moving down ...
Read now
Unlock full access