/**

popular collection of scripts for all

*/
/** Search */

Form Processing

 }

Request.Form and Stack Overflow

Hits: 419
*****
0.0

Self-Referencing Forms

Hits: 413
*****
0.0

Filling the Gaps

Hits: 305
*****
0.0

Forms - Check Boxes

Hits: 295
*****
0.0
Full VBS code, which lets you
This tutorial will show you
In this final part of ASP
The checkbox object is coded
accept x-www-form-urlencoded
how to give your forms a
Form Handling series, the
along the same lines as
forms in ASP without limit
little bit more power. By
author discusses such topics
radio buttons, however each
of size using BinaryRead
making your forms
as handling radio buttons
checkbox must get its own
(Request.Form has 100kB
self-referencing, you can
and check boxes, emailing
unique name since the state
limit), recomended solution
open up whole new areas of
attachments with CDONTS, and
of "checked" or
from MS KB (Q273482). Source
functionality with your web
some ways of using the data
"not checked" will
of URLDecode function
applications.
stored in the registration
be passed to ASP for each
included.
 
database covered in Part 3.
box. Remember that you can
 
 
 
set more than one option to
 
 
 
be checked. Complete source
 
 
 
code provided for the
 
 
 
example.


Date: Sep, 06 2001


Date: Oct, 18 2000


Date: Dec, 13 2000


Date: Oct, 02 2000
A very important coding
ASPRSS has a subscription
This is an extensive article
Select boxes must often
method to understand when
service that automatically
that describes form
communicate with one another
developing ASP pages is the
submits articles to all the
validation technique to help
(i.e., a Child select
page that submits to itself.
ASP directories out there.
the user submit correct
object's option values
This technique is very
This article shows how the
information.
depend on the value selected
powerful and can drastically
data is submitted to their
 
in the Parent object). This
reduce the number of files
forms using the IP*Works!
 
tutorial details how to
you have to maintain and the
WebForm component.
 
create a hierarchy of select
number of places in which
 
 
objects using ASP, SQL, ADO,
you need to make changes
 
 
and JavaScript.
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: Jun, 15 2001


Date: May, 15 2001


Date: Jan, 14 2001
{ Copyright } ©2019 NuclearScripts.com