contents.gifindex.gifprev1.gifnext1.gif

Including your COBOL application in the Web site

With the plug-in, there are two ways to place your COBOL application on your Web page. You can:

1. Embed your COBOL application in the HTML document using the HTML <EMBED> tag

2. Create a hyperlink to your COBOL application by placing the HTML anchor tags <A></A> in the HTML document

If you choose to embed your application, then 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.