Næste |
|
Appletter serie, Planche nr. 3 |
![]() |
PARAM-tag |
Også version V.3.2
Appearance: | <PARAM NAME=x VALUE=y> |
---|---|
Attributes: | NAME=string
VALUE=string |
Contents: | None (
Empty). |
May occur in: | APPLET. |
The PARAM element is used to provide "command-line" arguments to a Java applet, which is embedded in a document with the APPLET element. It has two attributes: NAME specifies the name of the argument, and VALUE specifies the value for this argument.
Næste |
|
Appletter serie, Planche nr. 3 |