Netscape Just dies after reading this. It sends an error to the os and the os destroys the app.. Anyone else have a way to get this information without accessing it through the way above? I tried dumping it into a stack and setting a value and then pushing it back into the options array but it did the same.
If "form" is the name of the form then it should be document.form, but otherwise you should be able to access the value that way without netscape crashing.
ok, what is the exact version of netscape you are using.
this is what I put in:
alert(document.report.elements[16].options[0].value);
this still crashes netscape.
It understands that
document.report.elements[16].options[0] is an option object but its properties just don't work:
this is what I have for a select statement:
<select name="involved[]" multiple size=3>
<option> something1
<option> somethingelse2
</select>
Bookmarks