<form id="tuoform">

...
<select ... onchange="document.getElementById('tuoform').submi t();">
...
</select>
...
</form>



-Fab-