il text e' dell' option, non della select
var sel=document.getElementById('l3');
var testo = sel.options[sel.selectedIndex].text;
ciao
il text e' dell' option, non della select
var sel=document.getElementById('l3');
var testo = sel.options[sel.selectedIndex].text;
ciao