valore = document.mioForm.miaSelect.options[document.mioForm.miaSelect.selectedIndex].value;
testo = document.mioForm.miaSelect.options[document.mioForm.miaSelect.selectedIndex].text;

ciao