
24/07/2007, 16:30
|
 | Colaborador | | Fecha de Ingreso: diciembre-2004
Mensajes: 1.802
Antigüedad: 20 años, 3 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. |