|
This JavaScript function
Validates an input field to
Let the user pick three
Picking colors has never been
allows you to set the value
make sure that only a number
colors from a web-safe color
easier: The Color Picker
of a select tag without
or character is entered. If
table and match
form control provides your
having to know its position
you enter a number or a
them.
Useful when using a
users with a clickable,
in the list. In the sample
letter everything you can
non-WISIWYG editor (like
inline color swatch. Your
above, type in a letter of
continue on. But, entering
php-based web editors)
users only need a mouse and
the alphabet and then click
another value like an
a sense of color
on the find button.
exclamation point (!), an
coordination to use this
ampersand (&), or a
control. As a result,
dollar sign ($), you will be
non-proficient users are not
prompted with a warning
exposed to the underlying
message. It even highlights
Color coordinate system,
the incorrect entry field
whereas proficient users may
for you.
utilize an easy-to-use input
interface for specifying
their Colors in a more
accurate manner.
Date: Nov, 09 2004 Date: Aug, 10 1999 Date: Jun, 27 2005 Date: Jun, 20 2005 |
|
This function allows you to
This script lets you move
A cool JavaScript/DHTML and
Word Filter is a type of form
read form variables from
elements from one selection
cookies driven address book.
validator. When the user
static HTML. Combined with
box to the other. It allows
submits some text, the
the document.write() method,
for multiple items to be
validator will check the
you can actually add dynamic
moved at once, and all items
text for words that has to
content to regular HTML.
are sorted alphabetically as
be filtered. The words that
Given a choice, server side
they are moved.
have to be filtered must be
processing of form variables
added to the array
is preferable.
swear_words_arr. When the
user types the text and hits
the submit button, if the
text contains any word that
is present in the array
swear_words_arr, the form
will not be submitted. The
script can be used for
validation of swear words
etc.
Date: Apr, 17 2005 Date: May, 21 2004 Date: Aug, 28 2003 Date: Jun, 24 2003 |