parameters

Type: String

The parameters property of the WebJavaApplet class contains parameters for the applet.

Use this property to specify one or more parameters for the compiled Java applet (specified in the appletName property) that are to be inserted into the generated HTML for a Web-enabled session at run time. Separate each parameter key and value with a tab; for example:

"param1" & Tab & "25,50,fixed,enable" & Tab & "param2" & Tab & "c:\pics\JadeIcon.png"