User Selectable Background ColorEvent handlers (in this case button |
Active Bullets (Mouseover Images)You can use images as linked bullets and have the image change when the
user moves the mouse over the image. The general idea is to use
the |
Netscape LayersNetscape supports HTML layers (IE does not!). You can turn on an off individual layers in response to user actions. demo     source |
Move the BrowserYou can use the |
Moving Cookie Game (uses Netscape Layers)A complete game (OK, a simple silly game) written in JavaScript. This script uses:
|
Popup WindowHow to use JavaScript to create those annoying popup windows containing advertisements. demo     source |
JavaScript Object Property ListsUsing JavaScript you can access and alter object properties, including some
properties of the document. The example here generates a list of
all the properties of the object |
Using a SELECT as a MenuYou can turn a |
JavaScript Generated BACK hyperlinkAn example of using JavaScript to generate a document footer including a BACK hyperlink. demo     source |
JavaScript Mortgage CalculatorYou can write interactive calculators using JavaScript. demo     source |