Agree Before Entry
JavaScript will only let you enter your name in this form if you indicate you agree to the terms by first clicking the I Agree radio button. If you agree, you can enter your name. But, if you disagree, you will not be able to enter or edit your name. When you disagree, the box is 'locked.' Useful if you require your visitors to accept a disclaimer before downloading software or visiting a section of your members-only site.

All Lower Case
Converts a textbox entry to all lowercase letters as soon as they move to the next item in the form (or click the submit button).

All Upper Case
Converts a textbox entry to all capital letters as soon as they move to the next item in the form (or click the submit button).

Auto Month
This pulldown menu will automatically adjust the range of months so that the current month is at the top. The remaining months are placed in order after the current month.

Anywhere Mail
Use this script to allow visitors to mail anyone, at any time.

Auto Email Link
Automatically opens a new e-mail using your default e-mail client and fills in the subject line and body with the address of the current web page. Neat!

Auto Year
This pulldown menu will automatically adjust the range of years depending on the current year. As an added bonus, the range is easily modified. Awesome!

Basic Validation
The simplest way to require visitors to fill out certain fields is to us this script - just add the word "required" to each required field's name and your visitor must fill it out to submit the form! Neat!

Block Key Press
(Internet Explorer Only) Using the OnKeypress event, you can trap and prevent certain characters (repesented by ASCII decimal codes) from being entered in a form field. Just look up the ASCII code for any other characters you wish to block and add it to the script. Unfortunately, Netscape does not support this same functionality.

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

Page1 Next page