Ver Mensaje Individual
  #2 (permalink)  
Antiguo 24/07/2007, 16:30
Avatar de Andres95
Andres95
Colaborador
 
Fecha de Ingreso: diciembre-2004
Mensajes: 1.802
Antigüedad: 19 años, 4 meses
Puntos: 38
Re: Tecla enter no funciona

Código:
if (keycode == 13)
{
   if (document.getElementById("link")) 
       document.getElementById("link").click();
}
__________________
La sencillez y naturalidad son el supremo y último fin de la cultura...
--
MCTS : SQL Server 2008, .NET Framework 3.5, ASP.NET Applications.