How to make a select element into a list of links that you can jump to
It was suprisingly hard to search for this on the Internet. Summary: It's the select element that gets the onChange event, and from there you can get hold of the index of the selected option.
Creating a combo menu that jumps to a URL upon selecting
Read more: Link - Creating a combo menu that jumps to a URL upon selecting