Universal Display File programs can read HTTP input when running under the Web Connector by performing a READ operation on a record format with the "input parameters" property specified. This property maps HTTP parameters in the query string or POST data to fields in the display file record:
The "parameter name" is the name of a query string or POST data parameter to read. The name is case-sensitive. The "bound field" specifies a field in the record format to receive the data. Multiple parameters can be specified by using the Add button.
...