Specifies the name of the nth applet to be included in the AppletContainer frame.
<PARAM NAME = "name_n" VALUE = "appletName">
Each applet to be included in an AppletContainer frame must be identified by number, starting with 0. The applet_n PARAM tag can be accompanied by a corresponding name_n PARAM tag where n = n. For example,
<PARAM NAME = "applet_0" VALUE = "lotus.sheet.Sheet"> <PARAM NAME = "name_0" VALUE = "MySheet">