Aradığın kod bu sanırım
select.options[select.selectedIndex].text
Aşağıda bi örnek bırakıyorum kendi projene uyarlarsan sorunsuz çalışacaktır.
function myNewFunction(select) {
alert(select.options[select.selectedIndex].text);
}
Konu: Ajax post etme