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


This form:  HT_ROOT:[SRC.MISC]CGILIB_EXAMPLE.HTML
Example C program:  HT_ROOT:[SRC.CGIPLUS]CGILIB_EXAMPLE.C