SearchString property
Assigns or returns the string to search for within a specified HTML document . When this string is found, the form it is found in is selected as the form to be parsed.
Syntax
Set: FormReader.setSearchString(newString)
Get: newString = FormReader.getSearchString()
Applies to
FormReader class.
Data type
String.
Usage
If reading is in progress, this operation is aborted and re-started.
Example
SearchString property example
See also
FormReader applet