InputParameters PARAM tag



Specifies parameterized input strings.

Syntax

<PARAM NAME = "InputParameters" VALUE = "paramItems">

Values

paramItems
Specifies the actual input items. Items delimited by % are taken to be field names.

Usage

The parameterized string is used as a "template" for server transmission. Data item names are bracketed with "%" and filled in as data items as specified by the InputType PARAM tag. The entire string is then sent to the server.

Example
InputParameters example

See also
CGI gateway applet
InputType PARAM tag