CLASSID Attribute | classid

HTML (DHTML)

CLASSID Attribute | classid Property

Internet Development Index

Sets or retrieves the class identifier for the object.

Syntax

HTML<OBJECT CLASSID = sID... >
ScriptingOBJECT.classid(v) [ = sID ]

Possible Values

sIDString 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.

Standards Information

This property is defined in HTML 4.0 Non-Microsoft link.

Applies To

OBJECT