| Netprog Stupid JavaScript Tricks |
| Netprog Home |
Active Bullets (Mouseover Images)     demo     source
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 Note: The events are specified in a |
JavaScript Generated Back Hyperlink     demo     source
An example of using JavaScript to generate a document footer including a BACK hyperlink. |
User Selectable Background Color     demo     source
Event handlers (in this case button |
JavaScript Mortgage Calculator     demo     source
You can write interactive calculators using JavaScript. |
Moving Cookie Game     demo     source
A complete game (OK, a simple silly game) written in JavaScript. This script uses:
|
Layers (using DIV tags)     demo     source
Overlapping layers of a document, only one is displayed at a time. |
Popup Window     demo     source
How to use JavaScript to create those annoying popup windows containing advertisements. |
JavaScript Object Property Lists     demo     source
Using 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 objects |
Using a SELECT as a Menu     demo     source
You can turn a |
Move the Browser     demo     source
You can use the |