function cambaia location(f){
loc='pagina.php?uno='
loc+=f.select1.options[f.select1.selectedIndex].value
loc+='&due='+f.select2.options[f.select2.selectedIndex].value
self.location.href=loc
}

...onchange="cambia_location(this.form)"