How do i get items from a dropdown menu to link to a page without a submit button?

I was under the assumption a lot of people turn it off. But if its possible, I guess I'll use JavaScript. What functions would I use?
 
what i am trying to say is i am using a typical "<form>" "<select>" kind of dropdown but do not want to use a submit button. I want the new page to load when the option in the menu is selected.
 
Back
Top