 | 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:
- generic_dhtml.js
is the DHTML JavaScript code. Instructions for modifying the
script to display your content is here.
- empty.htm is pretty
empty
- 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 |