You've probably seen it somewhere, a cool looking fade in/out effect. It is done with some JavaScript and the filter CSS attribute which only works in the latest versions of MSIE.
But what if you want some more control? Or want to make it work in Mozilla? This script will do just that, if you want to, you can modify it to do even more.
Stop Watch has Start/Stop and reset functions. Allows the user to start a timer, stop the it while the timer continues to run, and reset to zero while running or stopped.
Ideal for timing downloads, database queries, analysis algorithms, or just about anything.
Simply copy the code between the two markers and paste into any html page:
<!-- BEGIN STOP WATCH CODE -->
...
<!-- END STOP WATCH CODE -->
Fun and challenging!!
JavaScript box puzzle. A table of 16 cells is filled with randomly generated numbers from 1 to 15. One cell is left blank. As the user clicks on one cell, it is swapped with the adjacent cell, if it is the blank one. The object of the game it to get the numbers in proper order.
This class provide a JAVASCRIPT interface to the eBusiness Charts generatation remote service. The class takes several types of charts design and configuration parameters and outputs HTML that makes the charts appears on a local page embeding a chart image served remotely by the eBCharts service.
Here is a OnMouseOver OnMouseOut Text or Image Link script. I would have to say, this one is the most easiest to add to your plain images or image links and text links.