snorri: Problem mit Übergabe eines Wertes an eine Funktion

Beitrag lesen

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