13/06/2007, 07:38
|
| | | Fecha de Ingreso: abril-2003 Ubicación: La Paz - Bolivia
Mensajes: 2.003
Antigüedad: 21 años, 6 meses Puntos: 35 | |
Re: Problema detectando teclas loading...............
Te sale undefined o que??
var theextrachar = e.which;
if (theextrachar == undefined) { theextrachar = e.keyCode; }
alert(theextrachar)
Falla tu teclado :p o pon el demo en linea
connection closed. |