setParameter
Sets HTML parameters.
General format
void setParameter( name, value )
Syntax rules
1. name is an alphanumeric data item that specifies the name of the parameter to set
2. value is an alphanumeric data item that specifies the value for the parameter
General rules
1. This method should be called before doPost() to prepare parameters to be passed.