Forms and CGI Scripts
With a CoreComm Web site account you'll have access to a CGI script that can let the users of your site send you information and feedback via E-Mail. CoreComm also offers custom CGI programming to help fit your Web site's needs.
Forms
Forms are HTML tags used to create data entry panels through which the
Web visitor can supply information. This information is then submitted
to a script on a Web server for processing.
CGI
The "common gateway interface" is the standard to which software is
written so that browsers can exchange information or communicate with
programs or scripts located on servers. The exchange of information
results in one form of interactivity between client and host.