According to an article in the Wall Street Journal, the first three digits of a U.S. Social Security number is a code that may indicate the state or territory in which your application stated you were born (because the code reveals the state in which you registered). This JavaScript figures out which state your Social Security card was issued from the first three digits of your SSN.
Possibly the net's first, this DHTML script brings to life once the dullest of the dull element on your page- the TITLE element. The script automatically seeks out the title of your document, and animates it to view in IE 4+ and NS 6!
This handy tool allows you to generate JavaScript that greet your visitor's with a new message depending on the day of the week. Just fill out the text for each day of the week, then copy and paste.
This script allows you to have a Web page constantly reloaded at length you specify. It's great for webcams, news, sports, finance, or other information pages that need reloading on a constant basis.
This script allows you to enter in the time, an optional message to be displayed. When the timer expires, a new window pops up and displays you the reminder message.
Netscape's LiveConnect feature allows JavaScript to control Java applets by means of their public methods. This example shows a simple applet, the Chameleon Bar being controlled by JavaScript. You can start and stop the applet, display information about it, and even change the speed at which it switches colors.