| Accept Terms |
This Script allows your visitors or customers to accept your terms and conditions before proceeding by ticking a Check Box. If they don't agree, an exit box on the form takes them back to the home page
|
| 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
|
| Aim Message |
Send messages to anyone using AOL Instant Messenger
|
| 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)
|
| Anywhere Mail |
Use this script to allow visitors to mail anyone, at any time
|
| Auto Currency |
Inserts the proper separators to automatically format any currency field
|
| Auto Drop Down |
Automatically adjusts the values in the selection box depending on the item selected in the drop down menu
|
| 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
|
| Auto Tab |
Automatically sets focus to the next form element when the current form element's maxlength has been reached. This way, the user does not have to manually click in or tab to the next field. This script is perfectly suited for constant-length strings such as a phone number or social security numbers
|
| 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
|
| 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
|
| Block Key Press |
(Internet Explorer Only) Using the OnKeypress event, you can trap and prevent certain characters (represented 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
|