| File cgi.icn |
###########################################################################
File: cgi.icn
Subject: Procedures for writing CGI scripts
Authors: Joe Van Meter, Clinton Jeffery, Federico Balbi,
Kostas Oikonomou, and Wade Bowmer
Date: October 27, 2005
Revised: May 2007
###########################################################################
This library makes programming cgi programs easier by automatically
checking for title and body procedures. There are other procedures
that do some repetitive things for the programmer.
###########################################################################
This file is part of the (main) package.
Source code.| Details |
| Procedures: |
cgiEcho(file,args[]) - write a file to both HTML stdout and a regular text file, if one is present
Replaces any hex codes in the given string by their ascii character equivalents and returns the fixed string.
cgiInput(type, name, values) -
cgiRemoteUser(): returns the reported Web user.
cgiSelect(name, values) this program with the name and value makes a select box
| Records: |
cgiXYCoord() This procedure is used with a ISMAP to figure out what the x and y coords and if they are between a certain boundry. It returns the value of the list that was entered.
| Global variables: |