HTMLInputName PARAM tag



Instructs the applet to watch for data items on the InfoBus.

Syntax

<PARAM NAME = "HTMLInputName" VALUE = "databusItemName">

Values

databusItemName
Specfies the data item that the applet will watch for on the databus.

Usage

If this parameter is set, the applet listens to the databus for the given data item name. When found, it is expected to contain a string of HTML for the applet to parse. By using this parameter a CGI program, for example, can return HTML to the TableReader at run time, via the CGI Gateway.

Example
HTMLInputName PARAM tag example

See also
TableReader applet
ReaderRequest PARAM tag