Mega Code Archive

 
Categories / JavaScript Reference / Javascript Properties
 

Size Syntax and Note

Note: Read and write property.  Sets the number of rows in <select> list element.      Syntax:      document.getElementById("selectID").size = value document.all.selectID.size = value // IE only