This property holds the type of the Select object, having the value "select-one" where only one option can be selected and "select-multiple" where multiple selections are possible.
document.forms[0].elements[0].type
This code could be used to determine the type of the first Select object of the first form of the current document.