getContainedAppletByName method



Returns a reference to the applet identified by the specified name.

Syntax

Applet = AppletContainer.getContainedAppletByName(name)

Applies to

AppletContainer object.

Parameters

name
string. The name of the applet to which a reference is to be returned. The name is the string specified in the AppletContainer name_n PARAM tag that identifies the applet.

Return value

Applet. A reference to the applet whose name matches the name value specified in the method call.

Example
Replacing an applet example

See also
getContainedApplet method