CGILIB Usage Example and Demonstration


Standard CGI Environment
Using the GET method
checkboxes
radio buttons
text entry field
Using the POST method
checkboxes
radio buttons
text entry field


CGIplus Environment
Using the GET method
checkboxes
radio buttons
text entry field
Using the POST method
checkboxes
radio buttons
text entry field


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

NOTES
From WASD v9.0 this example uses the CGILIBSHR32.EXE sharable image.
It's the same executable being used here in all three environments.
This form:  WASD_ROOT:[SRC.MISC]CGILIB_EXAMPLE.HTML
Example C program:  WASD_ROOT:[SRC.MISC]CGILIB_EXAMPLE.C
CGILIB C-language funtion module:  WASD_ROOT:[SRC.MISC]CGILIB.C