Validation (Num. or Chars)
Validates an input field to make sure that only a number or character is entered. Nice!

Validation (password)
This script works like our Password Verifier, however, it also checks for a minimum length and invalid characters.

Validation (Selection)
Use Javascript to ensure that visitors choose both a radio button and a checkbox. Invalid submissions are cancelled.

Validation (Time)
This function verifies that a string is a valid time, in the form hh:mm:ss am/pm, where seconds are optional.

Validation (Zip Code)
Ensure that your visitors enter a properly formatted 5 digit, or 5 digit+4 zip code.Cool!

Word Count
Finally, an easy way to count the number of words that are entered into a form!

Zip to State
Enter your five digit zip code and press tab to have the script display your state automatically. Piece of cake!

Page10 HOME