'multiple' Syntax and Note : multiple « Javascript Properties « JavaScript Reference

'multiple' Syntax and Note

Note:

Read and write property. 
Is <option> a multiple choice. 
    
Syntax:
    
document.getElementById("selectID").multiple = value
document.all.selectID.multiple = value // IE only

    

      
      








Related examples in the same category

1.'multiple' Example
2.'multiple' Possible Values
3.'multiple' is applied to