// script; if(tecla == 13){ ... // al final de este bloque; return false; } // html; <input ... onkeypress="return pasarEnter(this.id, event);" />