|
Fireworks Display This fires rockets from the bottom of the screen that explode near the top. They burst into random color pieces for a glittering effect. Also has an option to switch display On or Off or Reduce the display. |
|
Follow the editing instructions after the // and within the <!--comment tags--> to customize the script, then copy and paste it into your HTML editor. |
||
|
The code below is for the optional STOP and START switch Copy and Paste to where you want it to go in your page HTML <A HREF="#" onClick="Display1.stop();Display2.stop();Display3.stop();return false;">STOP</A><BR>
<A HREF="#" onClick="Display1.start();Display2.start();Display3.start();return false;">START</A><BR> The code below is for the optional REDUCE display switch Copy and Paste to where you want it to go in your page HTML <A HREF="#" onClick="Display1.stop();Display2.stop();return false;">REDUCE</A><BR> |