Please visit our sponsors !
The Select object
The Select object represents a <select> tag.
Select Object Examples
Properties
Property |
Description |
disabled |
Sets or returns the disabled property |
form |
Returns the form element to the select
element |
length |
Returns the number of option elements |
multiple |
Sets or returns whether you can select multiple
options |
name |
Sets or returns the name of the select
element |
options |
Returns the option elements as a collection |
selectedIndex |
Returns the selected option element as a
number |
size |
Sets or returns the number of visible
options |
tabIndex |
Sets or returns the select element's
position in the tab order |
type |
Returns the type of the select element |
value |
|
Methods
Method |
Description |
add(option, insertBefore) |
Adds a new option to the option collection |
remove(index) |
Removes an option from the option collection |
blur() |
The element looses focus |
focus() |
The element gets focus |
Jump to: Top of Page
or HOME or
Printer friendly page
Search W3Schools:
What Others Say About Us
Does the world know about us? Check out these places:
Dogpile
Alta Vista
MSN
Google
Excite
Lycos
Yahoo
Ask Jeeves
We Help You For Free. You Can Help Us!
W3Schools is for training only. We do not warrant its correctness or its fitness for use.
The risk of using it remains entirely with the user. While using this site, you agree to have read and accepted our
terms of use and
privacy policy.
Copyright 1999-2002 by Refsnes Data. All Rights Reserved
|