Using a Frame for DHTML

The Problem: writing DHTML to a window overwrites all content on the page

The Solution: to display successive DHTML pages, use a frame as a container

Example: this frame has a script which dynamically delivers the content to one of the frame windows

Features:
Successively displays a series of dynamic pages (with only one server connection!)
Has controls to navigate forward and backward between the dynamic pages
Fades in and out as each page is loaded or unloaded

 

Author: Michael Curry