I am using the following code:
<select class="element select medium" id="inDistrict" name="inDistrict" onchange="setCookie('lastvalue',this.value,1);">
Does not accept: this.value. What else do you need to use to get selected DropDown text?
source share