Hej!
Probier' mal das:
gm=document.namelist["list"+nr].options[1].value;
Ich vermute mal, Du willst aber eigentlich das da:
gm=document.namelist["list"+nr].options[document.namelist["list"+nr].selectedIndex].value;
-- snorri
Hej!
Probier' mal das:
gm=document.namelist["list"+nr].options[1].value;
Ich vermute mal, Du willst aber eigentlich das da:
gm=document.namelist["list"+nr].options[document.namelist["list"+nr].selectedIndex].value;
-- snorri