Item_Number PARAM tag



Specifies the index of the form within the specified HTML document. This is the index of the form containing the desired data.

Syntax

<PARAM NAME = "Item_Number" VALUE = "formNumber">

Values

formNumber
Specifies the index number of the form being parsed.

Usage

This tag provides the index of the form containing the desired data. For example, to parse and acquire data from the third form on an HTML document, this parameter to is set to to "3". The default value is 1. The data type is integer.

Example
Item_Number PARAM tag example

See also
FormReader applet
Search_For PARAM tag