JAVA
and JAVAScript
These scripts
all deal with forms
Title:Anywhere
Mail
Description: Use this script
to allow visitors to mail anyone, at any time.
Description: The simplest
way to require visitors to fill out certain fields is to us this script
- just add the word "required" to each requuired field's name and your visitor
must fill it out to submit the form! Neat!
Description: JavaScript
can take the contents of an HTML order form, process them, and display
the order for verification even including the grand total! When the user
confirms the order by clicking the button, the order is emailed to you
by using freedback.com's free form processor cgi script. This script does
take a bit of modification, but surely is worth it if you sell anything
online.
Description: When a visitor
leaves your page, JavaScript can automatically open a new window. Use it
to say "thanks for visiting", etc. Very neat! Check it out!
Description: Opens an
explanation window to explain the various fields used in a form on your
site when the help link is clicked. You can easily explain various form
fields will be used on your site, what type of input is required, or any
other information you wish to share. They may also type their entry in
the popup window and it will be copied into the form. Great!
Description: This script
places the cursor in the first field of a form when the page loads and
when the form is reset or cleared. The script works with input types: text,
textarea, radio, checkbox, password and Select drop-down boxes.
Description: Places the
focus on the first editable field in a form on any web page. Efficient!
Description: Allows you
to format the target window of a form from the form's target property.
This allows for the use of window properties, variables, and other data
manipulation to effect these options. Great!
Description: Do you have
a link that you'd rather have open in a new window? This little script
will do just that! You can even use a button or a text link to open the
new window! Check out the example and see what you think!
Description: Use Javascript
to ensure that visitors do not leave a form entry blank.
Description: Replaces
a character or multiple characters in a textbox when the visitor goes to
the next field (or in this example, clicks the submit button).
Description: 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.
Description: Validates
an input field to make sure that only a number or character is entered.
If you enter a number or a letter everything you can continue on. But,
try entering another value like an exclamation point (!), an ampersand
(&), or a dollar sign ($) and see what happens. It even highlights
the incorrect entry field for you. Nice!
Description: Use Javascript
to ensure that visitors choose both a radio button and a checkbox. Invalid
submissions are cancelled.
Description: Ensure that
your visitors enter a properly formatted 5 digit, or 5 digit+4 zip code.
The visitor is alerted if any information is invalid and asked to try again.
Cool!
Description: Enter your
five digit zip code and press tab to have the script display your state
automatically. Piece of cake!
|