|
Javascript Function to Check or Uncheck all Checkboxes
|
Other links at JavaScript > Scripts and Programs > Forms |
| 1. |
Check Form
|
|
|
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.
|
| 2. |
Form color picker
|
|
|
With this script you can add a palette color picker in your form and ask users to pick a color. In a text field under the palette you will have the hex code of the selected color. Useful when you need to ask your users to pick a color i.e. for a background color. In the example shown there are all web-safe colors. edit: from June 2005 the form contains grayscale too
|
| 3. |
myAddressBook
|
|
|
A cool JavaScript/DHTML and cookies driven address book.
|
| 4. |
Auto complete text field
|
|
|
This is a short example on how to use javascript to get an auto complete text field. It works in all modern browsers. It is similar to the one used by Google suggest.
|
| 5. |
Form Field Validation
|
|
|
This series of functions provide common form validation for required fields, dates, numbers, and email addresses.
|
|
|