Fregato!!

Soluzione:

codice:
function miaFunzione(e){
	window.event=e;var y=window.event;var x=y.keyCode;
	if(x==9){ $("#user-input").next().focus();}
	if(x==13){return false;}
}