|
The Select object represent a dropdown list in an HTML
form.
For each instance of an HTML <select> tag in a form, a
Select object is created automatically.
You can access a Select object by searching through the
elements[] array of the form or by using
document.getElementById().
IE: Internet Explorer, O:
Opera,F: Firefox, W3C: World Wide Web Consortium (Internet
Standard).
|