Hi !
Probiers damit:
function ChangeAnzahl()
{
for(i=0;i<document.Formular.Anzahl.length;++i)
if(document.Formular.Anzahl.options[i].selected == true)
{
alert(document.Formular.Anzahl.value);
}
}
du musst zuerst heraussuchen welche option selected ist.
allerdings nur im ie soweit ich mich errinnern kann...
gruesse!
Hoagie