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

D.3 Web Page for Invoking an Application

Change the extension of the Web application described in a Web page for invoking an application from EXE to DLL or, if required, change the entire application name.

In the following example where a CGI application is named CGI.EXE and an ISAPI application is named ISAPI.DLL, you need to make modifications as follows:

Web page for invoking a CGI application
<FORM ACTION="/sample/CGI.EXE">
  ...
</FORM>
Modified Web page for invoking an ISAPI application
<FORM ACTION="/sample/ISAPI.DLL">
  ...
</FORM>