Nevermore
04-23-2003, 11:30 AM
I am trying to change the value of a selectbox (drop down box) with JavaScript. At the moment I am using this line to change it to the value of the variable 'face':
document.form1.face.options[face].selected=true;
However, when I try to run it I get an 'Object does not support this property or method' message. Does anyone have any ideas why?
document.form1.face.options[face].selected=true;
However, when I try to run it I get an 'Object does not support this property or method' message. Does anyone have any ideas why?