| EIW Stupid JavaScript Tricks |
| EIW Home | Syllabus |
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 |
User Selectable Background Color     demo     source
Event handlers (in this case button |
JavaScript Generated Back Hyperlink     demo     source
An example of using JavaScript to generate a document footer including a BACK hyperlink. |
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 Mortgage Calculator     demo     source
You can write interactive calculators using JavaScript. |
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 |
Moving Cookie Game     demo     source
A complete game (OK, a simple silly game) written in JavaScript. This script uses:
|
Move the Browser     demo     source
You can use the |