HBCMS更多的中文手册参考:

DISABLED Attribute | disabled Property

DHTML文档教程

Sets or retrieves a value that you can use to implement your own disabled functionality for the object.

dhtml语法

HTML<ELEMENT DISABLED ... >
Scriptingobject.disabled(v) [ = sDisabled ]

DHTML可能的值

sDisabledBoolean that specifies or receives one of the following values.
falseDefault. The element is enabled.
trueThe element is disabled.

The property is read/write. The property has a default value of false.

Remarks

The disabled attribute can be set and retrieved. However, the functionality specified by the html 4.0 non-microsoft link standard is not implemented for this property.

there is no functionality implemented for this property unless defined by the author.

是否符合公共标准

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

Applies To

OPTION, OPTGROUP