I mean, I'd like to use a <select> list of options, and change document.location with javascript based on the selected option. I'd use it for product categories navigation. I already use it that way for ordering produts based on price and title.
Since it's a form element, is there anything 'wrong' doing it like this? Should I only use anchor tags maybe in lists for navigation? Or is it acceptable even to use select inputs?