Chapter 3. Advanced DHTML Techniques
Calling a Web page “dynamic” implies that it can change. But there must be something to change and those changes need to be remembered from Web page to Web page.
Content can, of course, be hard-coded onto Web pages, but that makes the content relatively static and difficult to change. However, if you place content and data into structures such as arrays and data objects, you gain dynamic control over the content. But what happens to the content after you load a new Web page? There are several ways to preserve your data so that Web pages can talk to each other, each with its own strengths and weaknesses.
In this chapter, you’ll learn how to use arrays and data objects to store content and how to use frames, URLs, ...
Get DHTML and CSS: Advanced Visual QuickPro Guide now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.