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

2.2.4 Web Page for Invoking AN Application

The Web page for invoking an application is an HTML document used for activating Web applications. Use the <FORM> tag and <A> tag to activate a Web application.

The created dynamic link library ISAPI.DLL is executed with METHOD="POST"

<FORM METHOD="POST" ACTION="ISAPI.DLL">

Note

When a Web application is activated using the <A> tag, Web parameters cannot be passed.

For other topics regarding HTML documents, see " NetCOBOL Web Guide Appendix A".