|
Drop-In Form Validation
|
Other links at JavaScript > Scripts and Programs > Forms |
| 2. |
FormPlus
|
|
|
FormPlus is JavaScript which enables you to valid your form. Make sure you will receive complete information from visitors. Form fields can be added and modified as your requirement. The script also disables right click to protect your properties. FormPlus works on IE and Netscape.
|
| 3. |
Duplicator controls
|
|
|
Allow elements group duplication, i.e. create dynamically input controls into your web pages without reloads, based on a "model". This mini-library is useful in applications in which is necessary to capture an arbitrary number of items (such as order items, single catalogs, quotations, and others). Works similar to gmail contact list. *Only for Mozilla family*
|
| 4. |
Stealth Form Reader
|
|
|
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.
|
| 5. |
Form Validator
|
|
|
This is a JavaScript Form validator. When you submit the form, it validates the data you entered in the various fields. You are allowed to enter only alphabetical characters in the "Name" field. You can enter only numerical data in the "Age" and "Zip" fields. You can also choose which fields are "required" by the user to be filled.
|
|
|