|
JavaScript-based HTML checker
This program illustrates how
Formats a phone number in a
Does your form contain an
that allows you to check
to actually read and process
text field. Set up for
"Accept terms"
your code without saving it
fields of information from a
American phone numbers at
section users must agree to
somewhere else.
form (including proper
the moment. Updated from a
before submitting the form?
number to number conversion)
script by Roman Feldblum.
If so, this script helps
on a webpage WITHOUT the
enforce it, by disabling the
need of having to actually
submit button (in IE4+ and
use the traditional submit
NS6+) or process (all other
button (and writing
browsers) until he/she
sometimes long parsing
checks a box indicating
functions that everyone
compliance.
seems to be using) before
any processing is done.
Date: Feb, 03 2003 Date: Jan, 06 2003 Date: Jan, 06 2003 Date: Dec, 28 2002 |
|
This script "auto
Check Form is a form
This script limits the amount
This script validates the
tabs" a form field (and
validation script that
of text a user can enter
date that the user inputs
jumps to another field) once
checks if all fields in the
into particular INPUT or
for the following sample
the length of the field's
form have been filled out.
TEXTAREA elements, plus
format:
23 Feb 1983
value has exceeded a certain
The script can be easily
displays in real time the
length. It works in
extended.
number of characters
conjunction with the
remaining.
"maxlength"
attribute of HTML, triggered
whenever the user's input
reaches the maxlength's
value.
Date: Dec, 18 2002 Date: Sep, 23 2002 Date: Aug, 19 2002 Date: Aug, 06 2002 |