Click to See Complete Forum and Search --> : dynamic dropdown menu question


spookweb
10-23-2003, 11:15 AM
I am trying to modify the selected item in a dropdown menu when the user clicks on a checkbox.

I have been able to add an additional item to the dropdown list using :

document.forms[0].DROPDOWN1.options[0] = new Option(\""DISPLAY NAME"\","VALUE",true,true);

But what I would like to do is automatically select one of the items already in the list.

Is this possible???

TIA!

-Chris