| 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.
|
| 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!
|
| Assorted Text |
Several different types of fancy assorted texts that are easy to incorporate into your web pages.
|
| 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 Ads |
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.
|
| Check Sorter |
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.
|
| Confirm Entry |
This JavaScript askes 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.
|
| Confirm Alert |
Here is a JavaScript confirm message that has variable responses. Basically, the response they get depends on what the user enters.
|
| 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.
|
| 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!
|
| Default Status |
Here's a neat way to put a message in the status bar on your page. It will stay there as the default message!
|
| Description Layer |
(4.0+ browsers) Offer your visitors a quick description or more information about a link before they visit it. When they put their cursor over a link a layer will appear describing the link.
|
| Editable Menu |
Allows you to modify the text value of a SELECT menu option. Upon selecting the option, if it is set as editable, a cursor will appear. To edit the option, simply type, and press enter when finished (To bring back the old value, just hit enter.) You can also define any option as "read-only".
|