ZVON > References > DOM2 Reference

type (attribute )

Owning interface and usage:  
HTMLSelectElement.type

Member of these other interfaces:  
none

Readonly:   yes

Type:   DOMString

Description:  
The type of this form control. This is the string "select-multiple" when the multiple attribute is true and the string "select-one" when false.