| Script Name |
Displays a short list of ~39 countries -or- a complete list of ~240 countries, all under the users control and in ONE select control. The user can switch back abd forth between the two lists. It even supports default values.
|
This program illustrates how to actually read and process fields of information from a form (including proper number to number conversion) on a webpage WITHOUT the need of having to actually use the traditional submit button (and writing sometimes long parsing functions that everyone seems to be using) before any processing is done.
|
Formats a phone number in a text field. Set up for American phone numbers at the moment. Updated from a script by Roman Feldblum.
|
Does your form contain an "Accept terms" section users must agree to before submitting the form? If so, this script helps enforce it, by disabling the submit button (in IE4+ and NS6+) or process (all other browsers) until he/she checks a box indicating compliance.
|
This script "auto tabs" a form field (and jumps to another field) once the length of the field's value has exceeded a certain length. It works in conjunction with the "maxlength" attribute of HTML, triggered whenever the user's input reaches the maxlength's value.
|
This script "auto tabs" a form field (and jumps to another field) once the length of the field's value has exceeded a certain length. It works in conjunction with the "maxlength" attribute of HTML, triggered whenever the user's input reaches the maxlength's value.
|
Check Form is a form validation script that checks if all fields in the form have been filled out. The script can be easily extended.
|
This script limits the amount of text a user can enter into particular INPUT or TEXTAREA elements, plus displays in real time the number of characters remaining.
|
This script validates the date that the user inputs for the following sample format:
23 Feb 1983
|
Increase the "intuitiveness" of filling out forms on your site with this script. It applies coloring to the form element in focus, better indicating which one the user is currently on.
|