Add Commas
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.

Alert
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!

Alert & Confirm
Here is a JavaScript confirm message that has variable responses. Basically, the response they get depends on what the user enters.

Auto Popup Window
Automatically opens a small popup window and closes it after a specified time. Great for displaying important messages without forcing users to close multiple windows!

Banner Rotater
Change banner images on the fly. No need to reload the page. Neat!

Daily Tip
Displays a Tip of the Day on your page. Some examples include tips on your site, quotes, computer tips, etc. Just update the tips on a monthly basis.

Dancing Links
(Internet Explorer Only!) This little script will continuously change the highlighted link colors (visited and unvisited links) in Internet Explorer. Very neat! Netscape - why doesn't your browser support this? :-)

Date Message
Displays your message on the appropriate day you indicate. For example, you can have it print messages on holidays, birthdays, or other dates that are important to you and your site's visitors! Cool!

Page1 Next page