If you don't understand the above reference to <FORM> tags, please see here for more information on forms.
For more information on how these forms work with the cgi-bin programs, please see here.
Once you've found ghgenhtml, you need to edit that script to output the correct form. This script is written in Perl; for information on the Perl language, see here. In that script is the output of the search box (it should be obvious which lines to change even to a casual programmer). The search box is simply an HTML table.
Please note: We ask that you keep the reference to Glimpse HTTP somewhere on the search page (preferably in the search box itself).
$SUPPRESS_HTML_TAGS = "\\.s?html?\$";This variable denotes the types of files that aglimpse will remove HTML tags from. To stop removal of HTML tags, simply comment out this line by adding '#' before it:
# $SUPPRESS_HTML_TAGS = "\\.s?html?\$";
Return to the Glimpse HTTP home page
Maintained by Michael Smith
glimpse@cs.arizona.edu