When someone selects a drop down list item, I want to redirect to the same page but with the querystring set with www.example.com/?somekey=selected-value
where selected-value is the numeric value of the option.
I am using jqeury if that makes it easier.