DISABLED Attribute | disabled Property | Internet Development Index |
Sets or retrieves a value that you can use to implement your own disabled functionality for the object.
Syntax
HTML <ELEMENT DISABLED ... > Scripting object.disabled(v) [ = sDisabled ]
Possible Values
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.
Standards Information
This property is defined in World Wide Web Consortium (W3C) Document Object Model (DOM) Level 1 .
Applies To
OPTION, OPTGROUP