Buon giorno, ho questo problema, non riesco a cambiare il focus, dopo aver effettuato un submit tramite l'onChange.Vi posto il codice:

codice:
<input type="text" name="txtNumCivico" style="width:50px" value="<? echo $txtNumCivico;?>" onChange="frminiziorichiesta.submit();">

Interno<input type="text" name="txtInterno" style="width:30px" value="<? echo $txtInterno;?>">
Vorrei che, dopo il submit, l'input text txtInterno prendesse il focus.
Come posso fare?

Grazie mille....