Forms · Newest Javascript Tutorials

Text Reverser

JavaScript will take the contents of a box and reverse it! If you entered 'hello' it will change the box to say 'olleh'. This might be useful on your site in a form or just for fun
Forms » javascript.internet.com
Score(+): 0 | Views: 10 | Similar Tuts | Save it | View this tutorial

Validation (Universal Date)

Validate dates in your form using this universal script. Will work with any date format and the code is fully commented for easy modification. Great!
Forms » javascript.internet.com
Score(+): 0 | Views: 13 | Similar Tuts | Save it | View this tutorial

Form Validation

This tutorial helps you to learn more about Form Validation
Forms » yourhtmlsource.com
Score(+): 0 | Views: 11 | Similar Tuts | Save it | View this tutorial

Parse Text

Quickly and easily convert text into a JavaScript string. Neat!
Forms » javascript.internet.com
Score(+): 0 | Views: 1 | Similar Tuts | Save it | View this tutorial

Order Form

An order form which utilizes checkboxes and radio buttons for making a selection. The checkbox only allows one quantity of any item to be ordered, while the radio button only allows for one item within a defined group to be ordered. Script updates the order total as the visitor makes his/her selections, also note that the order total can not be manually altered by the visitor. Works in MSIE and Opera.
Forms » javascript.internet.com
Score(+): 0 | Views: 0 | Similar Tuts | Save it | View this tutorial

The Picklist Script

This little snippet is a picklist. Add it to your forms to move selections from one column to another.
Forms » javascript.internet.com
Score(+): 0 | Views: 2 | Similar Tuts | Save it | View this tutorial

Check Form

This script will place a check in the checkbox next to an input in a form if the entry is valid. Includes basic form validation
Forms » javascript.internet.com
Score(+): 0 | Views: 3 | Similar Tuts | Save it | View this tutorial

Validation (Date)

Dates are validated and formatted in your form. Supports over a dozen different date formats, and formats the date properly in United States or European date formatting styles depending on how the script is configured. A dateCheck function also is included if you wish to compare two dates. Wow!
Forms » javascript.internet.com
Score(+): 0 | Views: 3 | Similar Tuts | Save it | View this tutorial

Auto Currency

Inserts the proper seperators to automatically format any currency field.
Forms » javascript.internet.com
Score(+): 0 | Views: 3 | Similar Tuts | Save it | View this tutorial

Money Filter

Removes the dollar sign ($) and commas (,) from a a text box. Useful if you require input of only numbers. You may also modify the script to filter out whatever characters you want.
Forms » javascript.internet.com
Score(+): 0 | Views: 13 | Similar Tuts | Save it | View this tutorial

Customized Window

Use JavaScript to allow visitors to open a customized window. I've used this script in the past to find the exact window size I want a JavaScript function to open.
Forms » javascript.internet.com
Score(+): 0 | Views: 13 | Similar Tuts | Save it | View this tutorial

Extract Email Addresses

Visitors sometimes include their email address inside the message field when they fill out forms. To deal with this, this script parses through the string and uses a Regular Expression to find then return a comma-separated list of the valid email addresses it finds.
Forms » javascript.internet.com
Score(+): 0 | Views: 10 | Similar Tuts | Save it | View this tutorial

Selection Box

Copy items from one selection box to a second selection box. Selected item values are stored as a string for further manipulation, such as submitted through a form, an alert box, etc. Useful!
Forms » javascript.internet.com
Score(+): 0 | Views: 17 | Similar Tuts | Save it | View this tutorial

Confirmable Order Form

JavaScript can take the contents of an HTML order form, process them, and display the order for verification even including the grand total! When the user confirms the order by clicking the button, the order is emailed to you by using freedback.com's free form processor cgi script. This script does take a bit of modification, but surely is worth it if you sell anything online
Forms » javascript.internet.com
Score(+): 0 | Views: 9 | Similar Tuts | Save it | View this tutorial

Extended Characters

Having trouble remembering the extended character codes? It's now as easy as a press of a button.
Forms » javascript.internet.com
Score(+): 0 | Views: 13 | Similar Tuts | Save it | View this tutorial
1 2 3 4 5 6 »