Nomadicus
11-30-2002, 09:38 PM
I have a list box of calendar months that changes, depending upon the user's selection in the language list box. For example, if he chooses German instead of English, the code looks like :
MonthsList.options[12] = new Option ("Dezember")
Question is, how do I make this the "selected" item in the list box?
I've tried doing :
MonthsList.options[12] = new Option Selected ("Dezember") but it blows up.
MonthsList.options[12] = new Option ("Dezember")
Question is, how do I make this the "selected" item in the list box?
I've tried doing :
MonthsList.options[12] = new Option Selected ("Dezember") but it blows up.