Item_Number PARAM tag



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

Syntax

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

Values

tableNumber
Specifies the index number of the table to be parsed.

Usage

This tag provides the index of the table containing the desired data. For example, to parse and acquire data from the third table 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
TableReader applet
Search_For PARAM tag