Arquivo.pt - The Portuguese web-archive (PWA) is the national Web archive of Portugal. Its mission is to periodically archive contents of national interest available on the Web, storing and preserving for future generations information of historical relevance. It is a service of the Foundation for Science and Technology (FCT).
TIMESTAMPS
The Wayback Machine - https://web.archive.org/web/20090711055250/http://www.htmlhelp.com/reference/wilbur/special/param.html
PARAM - Parameters for Java applet
This element is also available in our updated HTML 4 reference. Some characteristics may have changed.
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.
Notes:
In a Java applet, the names of arguments are treated in a
case-sensitive manner, so make sure you get the case right in the PARAM
tag.
Anyone can take the source of your Java page and change the values
you supply for your parameters. Make sure the applet can handle this.