|
This is a simple but
Tigra Form Validator is free
Tigra Form Validator is
The script:
* real time
effective script for
JavaScript component
professionally designed
verifies that a string is
extending your textarea with
performing client side form
JavaScript component
numeric, otherwise it
a maxlength attribute, so
validation. With its reach
performing client-side form
deletes the non-numeric
the user's input cannot
feature set the script can
validation of any
character.
* watches the
exceed a certain number of
be used with HTML forms of
complexity. The script
status of the CapsLock
*
characters.
virtually any complexity.
supports most of the data
verifies a string is empty,
This component is simple way
types used in online forms
numeric, date, alphabetical,
to improve visitors'
and it can be easily
email.
* verifies the
experience, robustness and
extended with any custom
matching of two
resource efficiency of your
types. Offering reach
passwords.
* verifies the
web application.
feature set, and great
right format of a phone
browser compatibility Tigra
number.
* verifies the
Form Validator PRO is
minimum or the maximum
suitable for any HTML form
numbers of the characters in
imaginable so visitors
an input.
* has language
benefit from uniform,
independent error
intuitive and friendly
messages.
* displays error
client side validation.
messages in a div or in an
alert box.
Date: Dec, 15 2005 Date: Jul, 28 2004 Date: Jul, 06 2004 Date: Oct, 25 2006 |
|
This JavaScript shows how to
This scripts creates a simple
This script validates a date
Checking that form fields
update a text component of a
validation to forms.
field to ensure it's in the
have input is extremely
form on a selection change
Validation is not strict,
format mm/dd/yyyy. It also
important - having this
in the same form. It uses
but neat and as simple as 3
intelligently checks that
performed before the form is
the event onchange to
lines of code. Javascript
the date ranges are valid,
submitted, client side,
trigger the javascript
file contains a brief usage
so something like 02/30/2005
before its handled by
function to go see what is
description and commented
is caught.
anything at the backend such
selected and look up the
code.
as an SQL or MS Access
price for that selection.
database, is vital and an
Its design allows the
additional factor in getting
programmer to write the code
accurate input. This code
for the selection order or
contains functions to check
the definition of the prices
null input and also to check
in any order he/she wishes.
if an email address follows
a valid pattern.
Date: May, 01 2001 Date: Jun, 10 2004 Date: Nov, 01 2005 Date: Feb, 12 2003 |