|
<select id="merchant" onchange="location.href = this[this.selectedIndex].value">
and then they don't even need to press the submit button (so you could hide the button if JavaScript is enabled but leave it there so that the value can be submitted to a server side script to do the redirect when JavaScript is disabled).
|