testform

testform is a CGI program designed to allow HTML form developers to test their forms by checking for proper input name/value pairs easily, before having to write a custom CGI program to handle the form input. To use it, simply create an HTML form, and specify "/cgi-bin/testform" as the ACTION, and "POST" as the METHOD. Load the form in your browser, and when you click on the Submit button, testform will run, and the input it received will be sent back to the browser in an easy-to-read format.

testform is available on www.uml.edu and www.cs.uml.edu.


oneill@cs.uml.edu