CGILIB Usage Example and Demonstration


Standard CGI Environment
Using the GET method
checkbox
1 2 3 radio buttons
text entry field
Using the POST method
checkbox
1 2 3 radio buttons
text entry field


CGIplus Environment
Using the GET method
checkbox
1 2 3 radio buttons
text entry field
Using the POST method
checkbox
1 2 3 radio buttons
text entry field


OSU Environment
(only if DECnet scripting is enabled)
Using the GET method
checkbox
1 2 3 radio buttons
text entry field
Using the POST method
checkbox
1 2 3 radio buttons
text entry field

NOTES
(it's the same executable being used here in all three environments)
This form:  HT_ROOT:[SRC.MISC]CGILIB_EXAMPLE.HTML
Example C program:  HT_ROOT:[SRC.MISC]CGILIB_EXAMPLE.C
CGILIB C-language funtion module:  HT_ROOT:[SRC.MISC]CGILIB.C