Dynamic HTML
Prev | 1 | 2 | 3 | 4 | 5 | 6 | Next
home
Advanced Topics
- Taking things a step further- the Document Object Model (DOM)
- All the functionality of DHTML, and then some
- Truly hierarchial structure which exposes parent-child relationship
- Create new elenents and attach them to any point in the document
- Reorganize page structure without destroying and recreating elements
- Programming From C++
- Gives C/C++ programmers same control over DHTML as script programmers
- Utilization of ActiveX Controls
- Implemented in mshtml.dll
- Some Problems