The Parameter object represents an HTML <param> element.
The <param> element is used to define parameters for plugins embedded with an <object> element.
You can access a <param> element by using getElementById():
You can create a <param> element by using the document.createElement() method:
Property | Description |
---|---|
name | Sets or returns the value of the name attribute of a parameter |
value | Sets or returns the value of the value attribute of a parameter |
The Parameter object also supports the standard properties and events.
HTML tutorial: HTML Plug-ins
HTML reference: HTML <param> tag
HTML reference: HTML <object> tag
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!