ZVON
>
References
>
DOM2 Reference
Intro
/
Search
/
ZVON
DOM2 reference
>
HTML:
HTMLSelectElement
>
type
[Go to standard]
[Glossary]
[Help]
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
.