Upload Filter
Allowing visitors to upload files through web forms on your site is useful, but how do you limit the types of files they can upload? This script only allows visitors to upload files that end with the file extensions you want, such as .gif and .jpg, etc. Easy!

Validation
Let Javascript help you receive feedback from your visitors. The script also requires that all fields must be completed before the form is submitted. Great!

Validation (Character)
Automatically removes specified characters from input box. Good for fields that require only text/number inputs. Easily modified to accept only text or only numerals.

Validation (Cookie)
Use Javascript to ensure that all elements of a form are properly filled out before mailing.

Validation (Date)
Dates are validated and formatted in your form. Supports over a dozen different date formats, and formats the date properly in United States or European date formatting styles depending on how the script is configured. A dateCheck function also is included if you wish to compare two dates. Wow!

Validation (Universal Date)
Validate dates in your form using this universal script. Will work with any date format and the code is fully commented for easy modification. Great!

Validation (Guestbook)
Use Javascript to ensure that all elements of a form are properly filled out before mailing.

Validation (Information)
Test the powers of Javascript. Watch as Javascript tells you if information about you is valid or not.

Validation (IP Address)
Verify the value of an IP address. Check for special cases such as "0.0.0.0" and "255.255.255.255". Cool!

Validation (No Alert)
Stop displaying those annoying alert boxes with your JavaScript form validation. This script uses images to display any error messages to the user, cool!

Page9 Next page