An applet passes connection information through parameters,
using the following format:
<param name=promptx value="prompt">
<param name=responsex value="response">
<param name=userNameResponse value="response1">
<param name=passwordResponse value="response2">
<param name=sasPortTag value="port_tag">
where
x is any number, and
prompt and
response are the values
associated with the prompt and connection information that you want
to pass, respectively. The userNameResponse and passwordResponse parameters
are as described
previously, and
port_tag uniquely
identifies that the SAS session has completed initialization and allows
the connection client to parse the port value from the response.
Note: Use the getParameter method
to get these values. Then, construct a new Properties object and put
these values into the object.
Tunneling information
is passed through a parameter using the following format:
<param name=routerURLx value="http://your_server/cgi-bin/shrcgi">
where
http://your_server/cgi-bin/shrcgi is a URL that
corresponds to the location of the tunnel feature's server programs.
Time-out information
is passed through parameters, using the following format:
<param name=promptTimeoutx value="nnn">
<param name=responseTimeoutx value="nnn">
<param name=sasPortTagTimeout value="nnn">
where
x is a number that corresponds to the prompt
or response that you want to time, and
nnn is the number of seconds that you want the connection client to
wait.