all
alt
ch
dir
id
min
rel
top
url
URL
urn
Expand Minimize
1 out of 2 rated this helpful - Rate this topic

type property

Retrieves the type of select control based on the value of the MULTIPLE attribute.

Syntax

JavaScript

p = object.type

Property values

Type: String

select-multiple

The MULTIPLE attribute is true. Multiple OPTION elements can be selected.

select-one

Default. The MULTIPLE attribute is false. Only one OPTION element can be selected.

Standards information

See also

select

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.