con questa funzione

codice:
function confirmName(){
   var sNomi=document.forms['tuaForm'].selNomi
   return sNomi[sNomi.selectedIndex].text
}