Forms (Advanced HTML)
Forms
Forms are used to pass user input to a web server from an HTML document. You should already be quite familiar with the behaviour of the Form controls as they are used extensively in Graphical User Interfaces (GUIs) such as MS Windows, MacOS and X-Windows. (Microsoft ActiveX Controls can also be incorporated into a form to provide additional input types (e.g. Date format) and user input styles.)
The following HTML script demonstrates the common platform independent controls which are available for you to use. To help understand how forms are actually processed by a web server, this example passes the controls located in the section column as parameters to the CGI script CGIExample.exe when the Submit button is pressed. (see a snapshot of this example)
![]() |
|
|
|
An investigation into the interconnectivity of Internet and Database Technologies | |
Copyright � Kevin John Staunton-Lambert 1998 |