AppletStub.getParameter

AppletStub.getParameter

Interface Overview | Interface Members | This Package | All Packages

Syntax
public abstract String getParameter( String name )
Parameters
name
a parameter name.
Returns
the value of the named parameter.
Description
Returns the value of the named parameter in the HTML tag. For example, if an applet is specified as

then a call to getParameter("Color") returns the value "blue".