HBCMS更多的中文手册参考:

NAME Attribute | name参数属性

DHTML文档教程

Sets or retrieves the name of an input parameter for an element.

What's New for Microsoft® Internet Explorer 6

The name property is now read/write.

dhtml语法

HTML<PARAM NAME = p... >
ScriptingPARAM.name(v) [ = p ]

DHTML可能的值

pString that specifies or receives the name which is passed to an applet, embed, or object element.

The property is read/write. The property has no default value.

Remarks

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

DHTML代码范例

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 Uniform Resource Identifier (URI) is specified for the Microsoft Windows Media® Player control.

<OBJECT CLASSID="clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95">
<PARAM NAME="FileName"
VALUE="/hbcms/php/r.php?url=http%3A%2F%2Fmsdn.microsoft.com/workshop/samples/author/behaviors/media/28movie.asf"
VALUETYPE="ref" TYPE="video/*"/>
</OBJECT>

是否符合公共标准

This property is defined in World Wide Web Consortium (W3C) Document Object Model (DOM) Level 1 Non-Microsoft link.

Applies To

PARAM

更多语法参考

binding html elements to data, Introduction to Data Binding