Data Page Table Web

Data Page Table Web

Data Page Table Web

In the articles How to Create a Simple VBScript CGI Web Page and Professional CGI Web Development with VBScript, the VBScript programmer is given two techniques for creating and using CGI (Common Gateway Interface) web pages.

However, they both show just a one way process. They show how to send information from the server to the user, but not how to send information from the user to the server. That is, of course, done by using the GET and POST methods in a HTML form. Any VBScript CGI web page must, therefore, be able to handle the variables sent to the server.

The Files Required for VBScript CGI Parameter Processing

The programmer requires three files in order to process the CGI parameters: