 |
|
| PARAM - parameter for an applet |
|
| Description |
|
The PARAM tag provides a value for a parameter required by an applet. The PARAM tag is used
between <APPLET> and </APPLET> tags. |
|
| Syntax |
|
<PARAM NAME="paramName" VALUE="value"> |
|
| Attributes |
|
NAME specifies the name of the variable. The name is determined by the applet. |
VALUE specifies the value for the variable. |
|
|
|
|
|