jCay.org

last scripts

popular scripts

top rated

search
 
search:

Advertisment

Form Processing

DeEnFrSp
Amount: 24
Displaying: 11 - 20
Pages: << 1 [2] 3 >>
Sort Listings By:
Hits: 2261

How to process the data submitted from HTML form

Rating 4.0 4.0
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. This tutorial demonstrates how to create an HTML form and process the data.
Platform(s): Windows Date: Sep, 22 2006
DETAIL
Hits: 482

Implementing forms with ASP

Rating 0.0 0.0
Generic framework showing in detail how to implement forms with ASP, with validation and field persistence.
Platform(s): n/a Date: Feb, 10 2001
DETAIL
Hits: 922

Populate PDF forms on the fly

Rating 0.0 0.0
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.
Platform(s): Windows Date: Oct, 10 2005
DETAIL
Hits: 454

Powerful email address validation

Rating 0.0 0.0
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 provided by a user is "real" to a higher extent than current famous validation codes do.
Platform(s): Linux, Windows, FreeBSD, Mac OSX, Sun Solaris Date: Feb, 01 2005
DETAIL
Hits: 852

Powerful form validation

Rating 0.0 0.0
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.
Platform(s): Linux, Windows, FreeBSD, Mac OSX, Sun Solaris Date: Feb, 01 2005
DETAIL
Hits: 460

Read Clicked Checkboxes Function

Rating 0.0 0.0
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.
Platform(s): Windows Date: Oct, 25 2004
DETAIL
Hits: 613

Regular Expression Replace Function

Rating 0.0 0.0
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, each time with a different pattern.
Platform(s): Windows Date: Apr, 18 2005
DETAIL
Hits: 419

Request.Form and Stack Overflow

Rating 0.0 0.0
Full VBS code, which lets you accept x-www-form-urlencoded forms in ASP without limit of size using BinaryRead (Request.Form has 100kB limit), recomended solution from MS KB (Q273482). Source of URLDecode function included.
Platform(s): n/a Date: Sep, 06 2001
DETAIL
Hits: 252

Self Submitting Pages

Rating 0.0 0.0
A very important coding method to understand when developing ASP pages is the page that submits to itself. This technique is very powerful and can drastically reduce the number of files 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.
Platform(s): n/a Date: Aug, 05 2000
DETAIL
Hits: 417

Self-Referencing Forms

Rating 0.0 0.0
This tutorial will show you how to give your forms a little bit more power. By making your forms self-referencing, you can open up whole new areas of functionality with your web applications.
Platform(s): n/a Date: Oct, 18 2000
DETAIL
Amount: 24
Displaying: 11 - 20
Pages: << 1 [2] 3 >>