This page is Not Ready

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

name param element)

Applies to ?
## Examples

The following example shows how to use the param element to specify a run-time parameter for the object specified by the object element. A URI is specified for the Windows Media Player control.

<OBJECT CLASSID="clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95">
<PARAM NAME="FileName"
VALUE="http://msdn.microsoft.com/workshop/samples/author/behaviors/media/28movie.asf"
VALUETYPE="ref" TYPE="video/*"/>
</OBJECT>

Notes

Remarks

In Microsoft Internet Explorer 3.02 and later, name is an attribute of param. Beginning in Microsoft Internet Explorer 6, name is a read/write property.

Syntax

Standards information

See also

Related pages

  • param
  • Conceptual
  • Binding HTML Elements to Data
  • Introduction to Data Binding

Attributions