/**

popular collection of scripts for all

*/
/** Search */

Form Processing

 }

Populate PDF forms on the fly

Hits: 922
*****
0.0

Powerful form validation

Hits: 845
*****
0.0
The great advantage of ASP is
One way to generate dynamic
A handy function for
Many of us have faced
possibility to respond to
PDF files is to create PDF
validating strings and
situations when we fill
user queries or data
template forms and then to
replacing unwanted contents,
invalid information in one
submitted from HTML forms.
fill them on the fly. This
by searching for matches
field of a form, and when we
You can process information
article show you how to do
with regular expression
submit, the forms apears
gathered by an HTML form and
so very easily by using the
patterns. There are two
again with that field in red
use ASP code to make
FDF toolkit.
functions - one that
color. This tutorial shows
decisions based off this
 
replaces pattern matches,
you how simple it is to add
information to create
 
and one that can call the
such facilities to your
dynamic web pages. This
 
first function multiple
forms.
tutorial demonstrates how to
 
times, each time with a
 
create an HTML form and
 
different pattern.
 
process the data.
 
 
 


Date: Sep, 22 2006


Date: Oct, 10 2005


Date: Apr, 18 2005


Date: Feb, 01 2005
Validating Email addresses is
When using checkboxes for
A quick tutorial to show you
This script shows how to send
not limitted to finding
selecting multiple items,
the basics of form
an email via the CDONTS
"@" and
there is an efficient way to
submission and handling.
objects available to ASP
"." signs in the
read all the clicked
 
3.0. It will take a
address! There are higher
checkboxes and return a
 
selection of form input,
concepts, but few are aware
string of their values.
 
create the required e-mail
of them. This article shows
 
 
objects, send the e-mail to
you a simple way to check if
 
 
the specified recipient and
the Email address provided
 
 
then redirect the user to a
by a user is
 
 
confirmation page, thanking
"real" to a higher
 
 
them for their input.
extent than current famous
 
 
 
validation codes do.
 
 
 


Date: Feb, 01 2005


Date: Oct, 25 2004


Date: Dec, 12 2002


Date: Nov, 19 2002
{ Copyright } ©2019 NuclearScripts.com