Javascript Tutorial

Auto Currency

Inserts the proper seperators to automatically format any currency field.
Forms » javascript.internet.com
Score(+): 0 | Views: 26 | Save it | Report it


Top 20 Similar Javascript Tutorials

Currency Format

This script accepts a number or string and formats it like U.S. currency. Adds the dollar sign, rounds to two places past the decimal, adds place holding zeros, and commas where appropriate. Occurs when the user clicks the button or when they finish entering the money amount (and click into the next field)
Forms » javascript.internet.com
Score(+): 0 | Views: 42 | Similar Tuts | Save it | View this tutorial

Multi-Currency Shopping Cart

This javascript is for dynamically selecting a paypal multicurrency and sending the currency and the value to paypal shopping cart. Just add the correct recipient and place the code on your site.
General » javascript.internet.com
Score(+): 0 | Views: 44 | Similar Tuts | Save it | View this tutorial

Auto Tab

This tutorial contains a code which automatically sets focus to the next form element when the current form element's maxlength has been reached. The user, then, does not have to manually click in or tab to the next field. Very easy to change for different size fields. Perfectly suited for constant-length strings such as a phone number or social security numbers.
Forms » javascript.internet.com
Score(+): 0 | Views: 30 | Similar Tuts | Save it | View this tutorial

Auto Expire

Content will only be displayed between the 'Go Live' date and the 'Expires' date. Great for promotions that start on a certain date, and end on another date. Works in MSIE only.
Date and Time » javascript.internet.com
Score(+): 0 | Views: 35 | Similar Tuts | Save it | View this tutorial

Auto Year

In this tutorial you will learn how to have an "auto year" in your form
Forms » javascript.internet.com
Score(+): 0 | Views: 39 | Similar Tuts | Save it | View this tutorial