value property
Sets or retrieves the value of an input parameter for an element.
Syntax
HRESULT value = object.put_value( v);HRESULT value = object.get_value(* p);
Property values
Type: BSTR
the value passed to an applet, embed, or object element.
Standards information
- Document Object Model (DOM) Level 1 Specification, Section 2.5.5
Remarks
In Microsoft Internet Explorer 3.02 and later, IHTMLParamElement::value is an attribute of param. Beginning in Microsoft Internet Explorer 6, IHTMLParamElement::value is a read/write property.
See also
Show: