Sets or retrieves the class identifier for the object.
dhtml语法
HTML | <OBJECT CLASSID
= sID... >
|
---|
Scripting | OBJECT.classid(v) [ = sID ] |
---|
DHTML可能的值
sID | String that
specifies or receives the class identifier for the object. |
The property is read/write.
The property has no default value.
Expressions can be used in place of the preceding value(s), as of Microsoft® Internet Explorer 5. For more information, see about dynamic properties.
remarks
the format the classid string is "clsid:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" for registered microsoft® activex® controls.
是否符合公共标准
This property is defined in
HTML 4.0 .
Applies To