Form submission is also easy, but there comes a C program run by WWW server (we use NCSA httpd) which reads parameters from the form. This document describes new utility routine which may be helpful in dealing with Mosaic 2.x forms. Routine named parser is designed for submission method POST and cannot be used with method GET. It reads parameters and converts it to proper data format
New version with new features is released. parser v 1.1 is designed for httpd 1.0. It can read checkboxes as a boolean variables (int in C programs) and tables of strings ( char **) which may be useful when using multiple select menu.
We have also two old versions of parser dependeing on WWW server version (we assume that you use NCSA server httpd) :