Fill-out FormsIn order to make forms, you will need two "pieces". The first of these is the actual HTML code. Please refer to the separate section describing the tags for forms for code used to create a form. The second of these two pieces is a script to handle the information passed by the form. For our server, we have a program called Form Exec which makes the creation of forms easier. However, for general cases, you must use Common Gateway Interface (CGI) programs. On this page, be sure to read through the POST method, which is generally preferred especially for forms which expect large amounts of input. (More to be continued) |
Author: Ben Yoshino (ben@wiliki.eng.hawaii.edu)Comments, Questions? | E-mail: webmaster@wiliki.eng.hawaii.edu Last updated on Monday, February 05, 2001 Copyright © 2001 University of Hawai`i, College of Engineering, Computer Facility All rights reserved. |