|
This tutorial will show you
The checkbox object is coded
Validating Email addresses is
Select boxes must often
how to give your forms a
along the same lines as
not limitted to finding
communicate with one another
little bit more power. By
radio buttons, however each
"@" and
(i.e., a Child select
making your forms
checkbox must get its own
"." signs in the
object's option values
self-referencing, you can
unique name since the state
address! There are higher
depend on the value selected
open up whole new areas of
of "checked" or
concepts, but few are aware
in the Parent object). This
functionality with your web
"not checked" will
of them. This article shows
tutorial details how to
applications.
be passed to ASP for each
you a simple way to check if
create a hierarchy of select
box. Remember that you can
the Email address provided
objects using ASP, SQL, ADO,
set more than one option to
by a user is
and JavaScript.
be checked. Complete source
"real" to a higher
code provided for the
extent than current famous
example.
validation codes do.
Date: Oct, 18 2000 Date: Oct, 02 2000 Date: Feb, 01 2005 Date: Jan, 14 2001 |
|
This tutorial shows you how
When using checkboxes for
This article shows how to
This is an extensive article
to automatically censor
selecting multiple items,
build a forms validation
that describes form
specific words on posts for
there is an efficient way to
library using JavaScript and
validation technique to help
message boards or guestbooks
read all the clicked
ASP. Its FormLib simplifies
the user submit correct
when posted. It provides a
checkboxes and return a
form creation and eliminates
information.
function called CensorStr to
string of their values.
common forms-maintenance
do the job.
tasks.
Date: Apr, 12 2000 Date: Oct, 25 2004 Date: May, 10 2001 Date: May, 15 2001 |