HTMLParamElement Interface

The HTMLParamElement interface specifies parameters to be fed to the OBJECT element.



IDL Definition

Interface HTMLParamElement : HTMLElement {

           attribute  DOMString                name;
           attribute  DOMString                type;
           attribute  DOMString                value;
           attribute  DOMString                valueType;
};

Semantic Requirements

Attributes

  1. The name attribute specifies the name of the run-time parameter.
  2. The value attribute specifies the value of the run-time parameter.
  3. The valueType attribute contains information about the meaning of the value attribute value.

If you have comments or suggestions, email me at mbrady@nist.gov