I thought I had this solved from someone's else's question so I tried the code suggested. I got an error saying the property or method is not supported.
I have variable containing a state abbreviation.
I'm trying to get my already-populated drop-down to select the
state contained in the variable
document.editForm.state.options[document.editForm.state.selectedIndex].value=s;
How hard could this be - the state dropdown is already populated and will definitely find the 2-letter abbrev value - isn't there a one-liner to set it?
Thank you,
Mary