<CFAPPLET APPLETSOURCE="applet_name"
    NAME="form_variable_name"
    HEIGHT="pixels"
    WIDTH="pixels"
    VSPACE="pixels"
    HSPACE="pixels"
    ALIGN="alignment"
    NOTSUPPORTED="text"
    param_1="value"
    param_2="value"
    param_n="value">

To register a Java applet, open the ColdFusion Administrator and click the Applets button.

APPLETSOURCE

Required. The name of the registered applet.

NAME

Required. The form variable name for the applet.

HEIGHT

Optional. The height in pixels.

WIDTH

Optional. The width in pixels.

VSPACE

Optional. Space above and below applet in pixels.

HSPACE

Optional. Space on each side of the applet in pixels.

ALIGN

Optional. Alignment. Valid entries are:

NOTSUPPORTED

Optional. The text you want to display if the page containing a Java applet-based CFFORM control is opened by a browser that does not support Java or has Java support disabled. For example:

By default, if no message is specified, the following message appears:

paramn

Optional. The valid name of a registered parameter for the applet. Specify a parameter only if you want to override parameter values already defined for the applet using the ColdFusion Administrator.