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
This is a test of POSTed data!
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
This is a test of POSTed data!
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 is a test of POSTed data!
This form:
HT_ROOT:[SRC.MISC]CGILIB_EXAMPLE.HTML
Example C program:
HT_ROOT:[SRC.CGIPLUS]CGILIB_EXAMPLE.C