|
It is a widely known fact,
Anyone that has ever
Automatically searches for
Like Ajax auto complete in
that form controls, and
developed a web-application
all text boxes with values
those cutting edge
especially comboboxes,
will probably have been
and converts their values
applications? Auto complete
checkboxes and radiobuttons
confronted with the
into grayed text that
has a widely usage today,
are not that flexible as the
frustrations of it's users,
disappears when the input
especially in Accounting,
other html elements and are
that if they leave the page
receives focus. If the user
CRM, HR, ERP and
hardly susceptible to css
without saving the data they
has not typed anything and
Manufacturing software. Our
skinning. Here is a tiny
have entered, it all will be
switches the focus to
product is the most simple,
client-side solution for
lost.This script will end
another input, the default
elegant, beautiful Ajax
checkbox skinning that could
those frustrations!! When
value will re-appear.
autocomplete component.
easily become a
included in any page (with
Give a trial within an hour.
server-control and ease
the script-tag) you can
developer’s hard time...
activate it once the page is
loaded (with the onLoad
event) to store the current
'states' of all the forms in
the web-page. Then, when the
user tries to leave the
page, it will perform
another check and if it
appears the state of the
form(s) have been altered
(the user has changed some
data), it will alert the
user of this and give the
possibility to cancel
leaving the page
It also
provides a function with
which you can submit any
form without triggering this
alert. And it also provides
a possibility to exclude
certain elements from the
check (so they can be
changed without triggering
the warning)
Date: Dec, 26 2006 Date: Dec, 20 2006 Date: Dec, 20 2006 Date: Dec, 17 2006 |
|
Tag editor helps to select a
Smart Forms has more than 20
Are you tired of your online
A simple Javascript that adds
word from an existing list.
validation types and extra
forms getting spam? Well,
auto-complete (alternatively
While you are typing the
features that make using
stop them in their tracks!
called
script shows the tags which
forms a better experience.
This ingenious coding will
type-ahead/tracing/find-a
contain the typed letters.
The best practice of form
stop your HTML or PHP forms
s-you-type) effect to
It is possible to navigate
validation involves two
from being spammed. It's a
dropdown menus displayed in
with keyboard among the
stages: 1) JavaScript
sleek and very professional
Internet Explorer. In IE,
appearing tags. Using the
validation since it is fast
looking add-on for any HTML
when user press
enter or selecting with a
and it takes the load off
or PHP website form. It
"MA" in a drop
mouse click puts the
the server; 2) Server-side
works by making sure that an
down menu, IE will first
selected tag into the input.
validation since it does not
actual human is entering the
select the first option
You can continue your work
depend on user’s software
information into your form.
starting with "M",
with the next tag by typing
and therefore it can not be
Spammers take over your
then select the first option
a comma.
bypassed. Smart Forms
online forms by using
starting with "A",
includes PHP script that
automated processing scripts
giving user "AK"
performs exactly the same
that crawl your website and
while user actually wanted
validation as JavaScript, so
activate the forms
"MA" for
you can easily implement
automatically. This coding
massachusetts. Using this
this scheme. Validation is
stop them because an actual
script, user will get “MA”
based on data types (number,
human is required to
if “M” and “A” are
word, alphanumeric, date,
activate the form. We
consecutively typed (if user
e-mail, etc) and comparisons
include the coding needed
type “M”, then after a while
(including numeric, text
for your online HTML forms
“A”, user will still be
length, and selected items
as well as a little extra
taken to “AK” as an intended
count comparisons). Also,
insurance if you are using a
behavior). Comments in
you can add extra features
PHP processor for your
script is provided so that
to the form, including
forms. Stop spam to your
one can customize to
character counters for
online forms today!
determine how fast user has
textarea & input tags
to type to get “MA” not “M”,
(this way, when you set
“A”. Currently all printable
length limitation you can
characters on keyboard and
let the user know how many
keypad are supported (except
character he/she has left),
for those needing the
groups of fixed size fields
"shift" key).
such as year-month-day (when
Both IE and Gecko-based
you enter 4-digit year the
browsers (firefox, mozilla,
focus automatically shifts
netscape, K-meleon etc.) are
to the month field), etc.
supported (it is recommended
that this script is used to
override the default
behavior in the Gecko-based
browsers d
Date: Nov, 29 2006 Date: Nov, 28 2006 Date: Nov, 23 2006 Date: Nov, 08 2006 |