Cita:
Iniciado por zerokilled
seguramente algo hicistes mal. no lo he comprobado pero debería funcionarte así.
Código:
// script;
if(tecla == 13){
...
// al final de este bloque;
return false;
}
// html;
<input ... onkeypress="return pasarEnter(this.id, event);" />
Funciona de 10, Gracias zerokilled