User Selectable Background Color     demo     sourceEvent handlers (in this case button |
Active Bullets (Mouseover Images)     demo     sourceYou 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 Layers     demo     sourceNetscape supports HTML layers (IE does not!). You can turn on an off individual layers in response to user actions. |
DIVS instead of Layers (works on both IE and Netscape).     demo     sourceSame idea as the layers demo, but this one uses DIV tags and includes JavaScript that will work for either Netscape or IE. |
Move the Browser     demo     sourceYou can use the |
Moving Cookie Game     demo     sourceA complete game (OK, a simple silly game) written in JavaScript. This script uses:
|
Popup Window     demo     sourceHow to use JavaScript to create those annoying popup windows containing advertisements. |
JavaScript Object Property Lists     demo     sourceUsing 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 Menu     demo     sourceYou can turn a |
JavaScript Generated BACK hyperlink     demo     sourceAn example of using JavaScript to generate a document footer including a BACK hyperlink. |
JavaScript Mortgage Calculator     demo     sourceYou can write interactive calculators using JavaScript. |
Rubber Window     demo     sourceYou can try to change the window size, but it keeps coming, and coming, and ... |