Hi
i was using this code
eval('document.configForm.' + orderDropDown[0] + '.selectedIndex')
and it worked fine but now I keep getting the error
Error: Expected ';' in IE
and
missing ; before statement.
document.configForm.1893_order.selectedIndex
...................^
in Netscape
Does anyone know what is wrong here. The array holds Strings that refer to a valid drop down menu
Thanks,
Marcus
i was using this code
eval('document.configForm.' + orderDropDown[0] + '.selectedIndex')
and it worked fine but now I keep getting the error
Error: Expected ';' in IE
and
missing ; before statement.
document.configForm.1893_order.selectedIndex
...................^
in Netscape
Does anyone know what is wrong here. The array holds Strings that refer to a valid drop down menu
Thanks,
Marcus