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 »
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 »
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 »
The Picklist Script
This little snippet is a picklist. Add it to your forms to move selections from one column to another.
Forms »
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 »
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 »
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 »
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 »
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 »
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 »






