HTML

Finds the HTML string that is in effect when one of the following graphics elements is drawn: bar, ellipse, fill, mark, pie, and text.
Operating state: GKOP, SGOP, WSAC, WSOP

Syntax

CALL GASK('HTML', string, return-code-variable);

Required Arguments

string
the HTML string invoked when an affected DSGI graphics element in a web page is clicked.
return-code-variable
numeric variable name; returns the return code of the routine call, which can be 0 or 8. See Return Codes for DSGI Routines and Functions.

Details

The GASK('HTML', . . . ) routine returns the current HTML string. If a GSET('HTML', . . . ) function has not been previously submitted, GASK('HTML', . . . ) returns the default value, null.