Tema: calendario
Ver Mensaje Individual
  #2 (permalink)  
Antiguo 10/07/2006, 09:33
Avatar de JavierB
JavierB
Colaborador
 
Fecha de Ingreso: febrero-2002
Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 22 años, 3 meses
Puntos: 772
Hola Stickmaster2004

Prueba si te funciona poniendolo así:
Código PHP:
<script>
function 
hidecal1 (e) {
tecla = (document.all) ? e.keyCode e.which;
if (
tecla == 27hideCalendar();
}
</script>
</head>
<body onkeyup = "hidecal1(event)"> 
Saludos,