name PARAM tag



Specifies an applet name to provide a reference when referring to the applet programmatically.

Syntax

<PARAM NAME = "name" VALUE = "namestring">

Values

namestring
Specifies an applet name to provide a programmatic reference.

Usage

The applet "name" may also be specified in the JdbcSource APPLET tag. The data type is string.

Example
name PARAM tag example

See also
Jdbcsource applet