JAVA PARAMS SSP

Format: [URL]
Default: (none)

Server Side Param File. A list of params in paramname=value format that is served from the server. The java client will first look at the default.prm file int he java directory and then at the specified param file in the ssp tag. Then it will look at the params in the HTML code. The preference is default.pmr, ssp and then HTML.

Also see OVERRIDE

Examples:
In a web page:
<param name="ssp" value="def.prm">

In a param file:
ssp=def.prm