contents.gifindex.gifprev1.gifnext1.gif

Coding for the Plug-in

Following are several optional library routines and fields included with ACUCOBOL-GT. These library routines and fields are designed specifically for use in the plug-in environment:

Field/Routine
Description
W$BROWSERINFO routine
Returns the version and name of the requesting browser


W$STATUS routine

Displays status information in the host browser's status bar


SYSTEM-INFORMATION
IS-PLUGIN field

Displays whether or not the application is running in a Web browser via the ACUCOBOL-GT Web Plug-in. Defined in ACUCOBOL.DEF.


W$GETURL routine

Passes a given URL to the browser. Lets you give end users access to other Web pages and the ability to send e-mail messages, conduct Web searches, and execute JavaScript.


Each of these routines is described in detail in the ACUCOBOL-GT User's Guide or Reference Manual. For an overview, click on the links on this page.

See Also

int90002.gif Other Coding Considerations