|
autoMask
|
Other links at JavaScript > Scripts and Programs > Forms |
| 1. |
Select All/None Select List
|
|
|
This is a simple JavaScript showing how to select all or none of the items in a select list. All the items are shown (not a drop down list) only to show that they are all selected or none are selected.
|
| 2. |
Submit Only Once
|
|
|
The script disables a user from submitting a form multiple times by disabling the submit buttons of a form when clicked. The USP of the script is that it does not require ANY change in existing code and can be run by including it through a script directive at the end of the page. The script automatically scans your page for forms and adds the necessary code in a completely cross-browser and backward compatible way.
|
| 3. |
myAddressBook
|
|
|
A cool JavaScript/DHTML and cookies driven address book.
|
| 4. |
Block multiple form submission
|
|
|
This useful script prevents a form from being inadvertantly submitted more than once, which often occurs if the user clicks on the "submit" button multiple times before the process is complete. The result is partial or multiple submissions. With this script, the submit button is disabled once its been pressed the first time.
|
| 5. |
Validate
|
|
|
This scripts creates a simple validation to forms. Validation is not strict, but neat and as simple as 3 lines of code. Javascript file contains a brief usage description and commented code.
|
|
|