This JavaScript code adds commas in the proper places. It was originally developed to convert data in the format nnnn, nnnn., or nnnn.nn into a proper currency (US) amount, so it also adds a dollar sign to the front.
This JavaScript demonstrates several techniques for fading the background of selected HTML components such as buttons, textboxes, and page backgrounds, from one color to another.
This will allow your visitors to choose from a list of priced items. The script will tally the items, add the tax and send the order to you.
Here is a simple scoreboard intended for hockey but it can be used for other sports too. There is a fully ajustible clock and home and away team score displays.
This JavaScript is intended to ensure that people do not use HTML tags in form messages, Web forums, and so on. Type some text with HTML tags in the box to try it out.
Commonly, everybody used to use a programming language in server to calculate time to load page. However, only with JavaScript and little creativeness, you can also calculate time to load your pages. There are two step to set up this JavaScript on your web pages. In fact, this JavaScript only calculate time to display your pages in client side. Therefore, time to load page depend on speed of processor. Of course, if you place two script nearly, time to load equal 0.
Provide your visitors with a popup window, showing all of the links on the page. Makes JavaScript navigation much easier.