DHTML Tool Summary

 
x-frame is an example of using JavaScript to talk across a frame set

dhtmlFrame.htm is the frame set to launch the dynamic pages.
It loads three other documents:
  1. generic_dhtml.js  is the DHTML JavaScript code. Instructions for modifying the script to display your content is here.
  2. empty.htm is pretty empty
  3. main.htm is the DHTML launch page. When a user pushes the start button it calls the DHTML script in to begin dynamicly writing new content into this window
html2dhtml.htm (only works with Netscape) is a cool script that lets you paste raw html into one window and have it converted into JavaScript writeln statements. 

redirect.htm will send a JavaScript enabled browser to another location. You should put this script in your top level page to send DHTML capable browsers one way, and leave static content inside the page for non-JS browsers
browser_detector.htm is a  simple IE or Netscape detector

Shopping Cart is a DHTML on-line store
Author: Michael Curry