ContentsIndexPreviousNext

5.5 Including Your COBOL Application in the Web Site

There are two ways to place your COBOL application on your Web page. You can

If you choose to embed your application, end users who have installed the Acucorp plug-in and who visit your Web page will immediately start executing the first embedded object code on the page. If you set up your object as a hyperlink, end users who visit your Web page can run the program by clicking on the program's link.

More:

5.5.1 Using the EMBED Tag

5.5.1.1 Running your program inside the user's browser window

5.5.1.2 Running your program in a separate application window

5.5.2 Using the Anchor Tags