multiple
property of the tag SELECT . Specifies the ability to select multiple items in a list. This property is effective if the value of the SIZE property is greater than one.
.
The property is set from the script:
object_select.multiple = true
The property is reset from the script:
object_select.multiple = false