elliottmina
Programmer
I have having trouble changing the selected option in a <select> box. From reading, I thought the correct code would be:
document.formname.fieldname[index].selected=true;
but it's not working. Is this the correct format? TIA.
document.formname.fieldname[index].selected=true;
but it's not working. Is this the correct format? TIA.