![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
06/07/2002, 07:37
|
![Avatar de Kaisser](http://static.forosdelweb.com/customavatars/avatar22045_1.gif) | | | Fecha de Ingreso: junio-2002 Ubicación: Reino de España
Mensajes: 201
Antigüedad: 22 años, 7 meses Puntos: 0 | |
anular teclas cual es el codigo de tecla para impr pant?? esque quiero anular esta tecla en mi web y he encontrado el siguiente script:
<script language="JavaScript">function ValidaEnter(){
if (window.event.keyCode==13)
{
alert("Tecla Enter.")
}
}
</script>
<input type="text" onkeypress="ValidaEnter();"> |