Forms Processing
Scripts for managing form data that is posted from one page to another using the FORM element or via Javascript (client-side scripting.)
Checkbox Tree Recursive
Ken Richards - 8/31/2004
Create a hierarchical (tree-view) list of checkboxes which the user may choose from.
Drop List From Database
Ken Richards - 8/31/2004
An ASP function for building a simple HTML Select Input from a database table.
Test for Fraction
Ken Richards - 9/1/2004
The folowing routine will test to see if the specified parameter is a valid fraction in the form x/y
EMail Validation
Ken Richards - 9/1/2004
The following function will use the regular expression object to test a string to see if it is valid
Scripts Home
|