3.2 Applet Attributes and Parameters

Use these additional settings to customize the way a session is displayed, launched, and delivered.

3.2.1 Applet Attributes

Reflection applet attributes are the standard Java attributes used by all applets. You can find additional detail about these and other valid attributes in many HTML and Java references.

3.2.2 Applet Parameters

HTML applet tags contain param sub-tags. The param tags specify parameter names and values that the applet uses when it loads. The basic syntax for the param tag is:

<param name="name" value="value">

Related Topics