|
The Option object represent an option in a dropdown list in
an HTML form.
For each instance of an <option> tag in an HTML
form, an Option object is created automatically.
You can access an Option 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)
|