joelwenzel
Programmer
- Jun 28, 2002
- 448
This works in IE but not in Netscape
document.forms[0].SelectName.selectedIndex = 12;
In Netscape, I can retreive the value of selectedIndex but I cannot set it.
document.forms[0].SelectName.selectedIndex = 12;
In Netscape, I can retreive the value of selectedIndex but I cannot set it.