per recuperare il valore della selezione corrente oppurecodice:var idx = document.getElementById('test01')selectedIndex; var val = document.getElementById('test01').options[idx].value;
per la prima optioncodice:document.getElementById('test01').options[0].value;
Ciao