PARAM
Description
The PARAM element is a mechanism to define general purpose parameters
to be passed to APPLET applications. NAME is the name of the parameter
and VALUE will be obtained by the applet with the getParameter()
method.
Minimum Attributes
<PARAM NAME="..." VALUE="...">
All Possible Attributes
<PARAM NAME="..." VALUE="...">
Elements Allowed Within...
The PARAM element is defined as having no content.
Allowed In Content Of...
Variations
The PARAM element is a proposed extension for JAVA(tm) applications.