Sets or retrieves a value that you can use to implement your own label functionality for the object.
Syntax
HTML | <OPTION LABEL
= sLabel... >
|
---|
Scripting | OPTION.label(v) [ = sLabel ] |
---|
Possible Values
sLabel | String that
specifies or receives the value of the label property. |
The property is read/write.
The property has no default value.
Remarks
The functionality specified by the HTML 4.0 standard for this property is not implemented.
There is no functionality implemented for this property unless defined by the author.
Standards Information
This property is defined in
HTML 4.0 and
is defined in
World Wide Web Consortium (W3C) Document Object Model (DOM) Level 1 .
Applies To