Categories
ASPTips and Tutorials → Form Processing

How to process the data submitted from HTML form

The great advantage of ASP is possibility to respond to user queries or data submitted from HTML forms. You can process information gathered by an HTML form and use ASP code to make decisions based off this information to create dynamic web pages. Th...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Populate PDF forms on the fly

One way to generate dynamic PDF files is to create PDF template forms and then to fill them on the fly. This article show you how to do so very easily by using the FDF toolkit.
  • Platforms
    • Linux,
    • Windows
  • Licenses
    • Free Trial
DETAILS

Regular Expression Replace Function

A handy function for validating strings and replacing unwanted contents, by searching for matches with regular expression patterns. There are two functions - one that replaces pattern matches, and one that can call the first function multiple times, ...
  • Platforms
    • Windows
  • Licenses
    • Freeware
DETAILS

Powerful email address validation

Validating Email addresses is not limitted to finding &"@&" and &".&" signs in the address! There are higher concepts, but few are aware of them. This article shows you a simple way to check if the Email address pr...
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • Freeware
DETAILS

Powerful form validation

Many of us have faced situations when we fill invalid information in one field of a form, and when we submit, the forms apears again with that field in red color. This tutorial shows you how simple it is to add such facilities to your forms.
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • Freeware
DETAILS

Read Clicked Checkboxes Function

When using checkboxes for selecting multiple items, there is an efficient way to read all the clicked checkboxes and return a string of their values.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Basic Form Handling

A quick tutorial to show you the basics of form submission and handling.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Send email via ASP 3.0 and CDONTS

This script shows how to send an email via the CDONTS objects available to ASP 3.0. It will take a selection of form input, create the required e-mail objects, send the e-mail to the specified recipient and then redirect the user to a confirmation pa...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Basic Forms

Handling forms and processing the data you get from them is one of the fundamentals that need to be mastered if you are to develop a dynamic site. This is a very simple introductory tutorial on form handling.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

An easy way to JMail forms

Use this quick wizard-like form to actually build a form that sends email using JMail. In a couple of minutes you will be able to recieve feedback.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Page:
©2003-2019 jCay.com