PARAM
<PARAM
DATAFLD=colname
DATAFORMATAS=HTML | TEXT
DATASRC=#ID
NAME=name
VALUE=value
>
Sets the property value for a given object. This element valid within the APPLET, EMBED, and OBJECT elements.
-
DATAFLD=
-
The column name from the data source object that supplies the bound data.
-
DATAFORMATAS=
-
Indicates whether bound data is plain text or HTML.
-
DATASRC=
-
Indicates the ID of the data source object that supplies the data that is bound to this element.
-
NAME=
-
Specifies the name of the parameter.
-
VALUE=
-
Specifies the property value. The value is passed to the object without change except that any character or numeric character entities are replaced with their corresponding character values.