Select boxes must often
In this final part of ASP
This tutorial will show you
The checkbox object is coded
communicate with one another
Form Handling series, the
how to give your forms a
along the same lines as
(i.e., a Child select
author discusses such topics
little bit more power. By
radio buttons, however each
object's option values
as handling radio buttons
making your forms
checkbox must get its own
depend on the value selected
and check boxes, emailing
self-referencing, you can
unique name since the state
in the Parent object). This
attachments with CDONTS, and
open up whole new areas of
of "checked" or
tutorial details how to
some ways of using the data
functionality with your web
"not checked" will
create a hierarchy of select
stored in the registration
applications.
be passed to ASP for each
objects using ASP, SQL, ADO,
database covered in Part 3.
box. Remember that you can
and JavaScript.
set more than one option to
be checked. Complete source
code provided for the
example.
Date: Jan, 14 2001 Date: Dec, 13 2000 Date: Oct, 18 2000 Date: Oct, 02 2000 |
A very important coding
This tutorial shows you how
An article on inserting Form
This page explains how to
method to understand when
to automatically censor
content into database. We'll
collect info from forms and
developing ASP pages is the
specific words on posts for
also create an ASP page to
validate them with VBScript
page that submits to itself.
message boards or guestbooks
show all the records and to
server side. All source code
This technique is very
when posted. It provides a
delete specific records if
is available.
powerful and can drastically
function called CensorStr to
wanted.
reduce the number of files
do the job.
you have to maintain and the
number of places in which
you need to make changes
when maintaining code. The
concept is simple. Using
forms, set the action value
to the URL of the page in
which the form resides. Then
use ASP code to determine
what the current state of
the page, and present the
proper output to the user.
Date: Aug, 05 2000 Date: Apr, 12 2000 Date: Apr, 01 2000 Date: Jan, 23 2000 |