|
 |
Title: Add Commas Contributor: Martin Webb Contributor URL: http://www.irt.org Details: 1.49 KB * Uploaded November 18 1999 Description: Modifies a number by adding commas after every third digit. For example, 123456789 is converted to 123,456,789. The script example shows this script as used on numbers of various sizes. And, it demonstrates a clever use of the modulus operator.
|
 |  |
 |
Title: Alert
Details: 0.78 KB * Uploaded August 4 1997 Description: If you're just looking for a quick way to tell your visitor something, use this JavaScript alert! When they put their cursor on the link, they get the message in the form of a JavaScript alert!
|
 |  |
 |
Title: Alert & Confirm
Details: 1.03 KB * Uploaded August 4 1997 Description: Here is a JavaScript confirm message that has variable responses. Basically, the response they get depends on what the user enters.
|
 |  |
 |
Title: Banner Ads
Details: 1.44 KB * Uploaded July 24 1998 Description: Need to rotate banner ads on your site? How about doing it in JavaScript! This simple little JavaScript will print out a random banner ad each time your page is viewed. Awesome!
|
 |  |
 |
Title: Check Sorter Contributor: Tom Folkes (tfolkes@cpcug.org) Details: 5.26 KB * Uploaded May 3 1999 Description: JavaScript can sort data based on any field of information. In this example, a checkbook register can be sorted by date, check number, check amount, or paid to person. We're one step closer to online banking... ;-)
|
 |  |
 |
Title: Confirm Entry
Details: 0.57 KB * Uploaded March 2 1998 Description: This JavaScript asked you if you would like to continue. If you say "OK", it loads the page. If you click "CANCEL" (kinda like no) then it takes you back where you came from. Very neat! Really short!
|
 |  |
|