contents.gifindex.gifprev1.gifnext1.gif

To add Web browsing to your COBOL applications

To add Web browsing to your COBOL applications, you include the Web address (or URL) in the VALUE clause of the DISPLAY WEB-BROWSER statement. For example:

display web-browser, value "www.acucorp.com" column 5, line 5, size 60, lines 20.

Using this method, you can display Web pages containing HTML, scripting, ActiveX controls, Java applet content and more.