PARAMPARAM*
*



Contents  *



Index  *Topic Contents
*Previous Topic: P
*Next Topic: PLAINTEXT

PARAM

Description

Sets the property value for a given object. This element valid within the APPLET, EMBED, and OBJECT elements.

Syntax

<PARAM
DATAFLD=colname
DATAFORMATAS=HTML | TEXT
DATASRC=#ID
NAME=name
VALUE=value
>

ParameterDescription
DATAFLD=colname The column name from the data source object that supplies the bound data.
DATAFORMATAS=HTML | TEXT Indicates whether bound data is plain text or HTML.
DATASRC=#ID Indicates the ID of the data source object that supplies the data that is bound to this element.
NAME=name Specifies the name of the parameter.
VALUE=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.

See Also

APPLET, EMBED, OBJECT


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.