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
... >
|
---|
Scripting | object.disabled(v) [ = sDisabled ] |
---|
DHTML可能的值
sDisabled | Boolean that
specifies or receives one of the following values.false | Default. The element is enabled. | true | The 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 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 .
Applies To