Top
NetCOBOL V11.0 CGI Subroutines User's Guide
FUJITSU Software

2.2.2 Web Page for Invoking Application

A Web page for invoking an application is an HTML document that is to be used to start a Web application. To start a Web application that uses CGI, use the <FORM> or <A> tags. For example, when an execution-format file uses a main program as the entry of the Web application, the FORM tag must be specified as follows:

<FORM METHOD="POST" ACTION="cgismp01.exe">

Note

When a Web application was started using the <A> tag, no Web parameters can be passed. For explanations of the other HTML tags, see Appendix A of the NetCOBOL Web Guide.