![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
28/06/2012, 13:39
|
| | Fecha de Ingreso: noviembre-2004 Ubicación: Medellín
Mensajes: 121
Antigüedad: 20 años, 3 meses Puntos: 1 | |
Respuesta: Validación Lo hice agregando
function pasar(e) {
var keyCode = e.which || e.keyCode;
if (keyCode == 13){
document.form1.texNombres.focus();
return false;
}else
return true;
}
Y:
onkeydown="pasar(event)
En el textBox |