previous | start | next

PARAM

<PARAM
NAME=
name
TYPE=type
VALUE=value
VALUETYPE=type>

Sets property values for a given object. The end-tag is optional.

NAME=name
Specifies the property name.
TYPE=type
Specifies the Internet media type.
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.
VALUETYPE=type
Specifies how to interpret the value. The type can be one of these values:
DATA The value is data. This is the default value type.
REF The value is a URL.
OBJECT The value is a URL of an object in the same document.

This element is valid only within an OBJECT element.



previous | start | next