var Select = document.getElementById("id_select");var valor = Select.options[Select.selectedIndex].value;var texto = Select.options[Select.selectedIndex].text;