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