i have a dropdownlist in my web-page how i can get the value from the selected option of them
like
<select id="selme">
<option id="a" value="1">I need it</option>
</select>
how i can get the value "I need it" whenver it will select.
i not talking about attribute "value" i need a value who fill inside option tags of dropdownlist