Specifying custom location of parameters file |
In some cases it may be desirable to specify a custom location for parameters other than in the default params.txt. You may do this using the params applet parameter.
Example
<param name="params" value="gui/params/jsmith.txt">
The above code would load applet parameters from the path gui/params/jsmith.txt which is relative to the location of the applet files. You may also specify absolute URL's.
Example
<param name="params" value="http://www.domain.com/ftpapplet/gui/params/jsmith.txt">
See also