Accessing select boxes and their values with getElementByID
Accessing the value of a HTML select box via getElementById() does not work the same way on all browsers. While the traditional getElementById value will work on Internet Explorer, Opera, and most other browsers, Netscape will not be able to interpret it and will break off the script mid function. Here is a guide on how to access select boxes in modern browsers.