<PARAM...>
     CLASS="Style Sheet Class"
     DATAFLD="Data Source Column Name"
     DATAFORMATAS="Text|HTML"
     DATASRC="Data Source Identifier"
     ID="Unique Identifier"
     LANG="Language descriptor"
     LANGUAGE="Scripting Language descriptor"
     NAME="Element Identifier"
     STYLE="Style Sheet Setting"
     TITLE="Title of element"
     VALUE="Value of Applet Attribute"
>

Description

Sets up parameters for Java applets, or objects embedded using the <OBJECT> element.

Attributes

Attribute Description
CLASS Sets the style sheet class (specified in an in-line, linked or imported style sheet) to be applied to the element.
DATAFLD Specifies the column name of the data (from the data source specified in the DATASRC attribute) to be used for populating the element.
DATAFORMATAS Specifies whether the bound data should be represented as straight text (DATAFORMATAS="text"), or HTML (DATAFORMATAS="html"). If the data contains HTML markup, but DATAFORMATAS="text" is set, then the markup will not be processed.
DATASRC Specifies the ID attribute of an embedded data-source object (using the <OBJECT> element) that will be used as the data source for the elements data.
ID Sets a unique identifier for the element, allowing it to be referenced within scripting functions, or to specify a style sheet setting, set using a #<style_class> class selector.
LANG Specifies the language (using an ISO country code derived classifier) that the element is using, for browsers that support document localisation.
LANGUAGE Sets the scripting language that any in-line scripting events are written in.
NAME Specifies the name of the Java applet or embedded object property being set. The property value is determined by the contents of the VALUE attribute.
STYLE Sets in-line style sheet settings for the element, which will over-ride any set in a <STYLE> block, or externally linked to the document.
TITLE Specifies an informational title for the element. The contents of the TITLE attribute may be presented as a Tool-Tip by some browsers.
VALUE Specifies the value for the Java applet or embedded object property referenced by the NAME="..." attribute.


See 'HTML Reference|Media Embedding|<APPLET> or <OBJECT>' for more information.