I know how to add strings like ?Name=Hi&Age=20 to the URL by a standard link, but how can I have a standard submit form button add a drop-down list selection value to the URL instead? Like they select "Monday" from the drop-down list, click on the submit button, and that takes them to another page with
http://...?Day=Monday
Added into the URL/URI?