|
This is a simple JavaScript
Use this Automated Wizard to
This useful script prevents a
A simple Javascript that adds
example for allowing users
create dropdown menus for
form from being
auto-complete (alternatively
to select/highlight a
your web site. Users can
inadvertantly submitted more
called
textarea content with a
select a new location and
than once, which often
type-ahead/tracing/find-a
click of button.
immediately be redirected to
occurs if the user clicks on
s-you-type) effect to
that page. Fill out all the
the "submit"
dropdown menus displayed in
selections you wish to use.
button multiple times before
Internet Explorer. In IE,
the process is complete. The
when user press
result is partial or
"MA" in a drop
multiple submissions. With
down menu, IE will first
this script, the submit
select the first option
button is disabled once it's
starting with "M",
been pressed the first time.
then select the first option
starting with "A",
giving user "AK"
while user actually wanted
"MA" for
massachusetts. Using this
script, user will get “MA”
if “M” and “A” are
consecutively typed (if user
type “M”, then after a while
“A”, user will still be
taken to “AK” as an intended
behavior). Comments in
script is provided so that
one can customize to
determine how fast user has
to type to get “MA” not “M”,
“A”. Currently all printable
characters on keyboard and
keypad are supported (except
for those needing the
"shift" key).
Both IE and Gecko-based
browsers (firefox, mozilla,
netscape, K-meleon etc.) are
supported (it is recommended
that this script is used to
override the default
behavior in the Gecko-based
browsers d
Date: Nov, 20 2000 Date: Dec, 24 2005 Date: Aug, 19 2003 Date: Nov, 08 2006 |
|
In forms when using check
Use this script to validate
This simple cut-and-paste
This JavaScript allows your
boxes for a list of records
form data before submission.
script opens the Print
surfers to easily select and
that is generated
You can set a type for each
Dialogue, and lets your
copy the contents of your
dynamically (example:
input field (number, mail,
visitor print out the
form elements.
display of messages in your
url, date) and a minimum
current page. Useful for
yahoo or hotmail inbox) you
length. This script works
information pages, script
might want a simple feature
with all kinds of form
pages, receipt pages, etc.
of checking or clearing all
fields: text, textarea,
the check boxes related to
select, checkbox, and radio.
those records before
Supports multiple languages.
deleting or moving. Use this
simple script to do just so.
Date: Apr, 22 2005 Date: Jun, 17 2006 Date: Mar, 05 2004 Date: Sep, 20 2000 |