Store/Restore form content. Serialize the form to a string that can easily be stored in a cookie or database. The string can be used to populate the form. You can optionally provide a filter function, if you only want to serialize/populate a part of...
Auto tab (form field) script is multi-platform compatible. 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...
Highlighting Form Text On Mouse Click is multi-platform compatible. This simple script set shows how to highlight (select) the text in a form's textarea by clicking on a link. Useful for code listings, order form information, or other material the...
Block multiple form submission is multi-platform compatible. 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...
Ace Css Button Wizard is multi-platform compatible wizard to create stylish form buttons. Specify the color, font face, border width and color, size, and style.
This is a simple form validation script that checks for empty fields. Dreamweaver offers very little in JavaScript form validation unless you're using Cold Fusion. In my opinion the built-in form validation behavior in Dreamweaver is sloppy and not...
This series of functions provide common form field validation.You customize the "validateForm" function to make calls to the following functions with your form fields.If the validation fails, the functions will alert the user with a message and put...
Filter Large Select Lists is multi-platform compatible. If you have a very large HTML SELECT list, finding the correct item can be like looking for a needle in a haystack. For example, if you have a list of a couple hundred names, finding a single...
Form Validater is multi-platform compatible. A very simple but highly effective script to check if the user has entered the appropriate information in the correct text boxes.
Auto Tab is multi-platform compatible script that moves the focus to the next field after the predefined lenght of the previous field is executed. Good to use for phone number or social security number fields.