Ver Mensaje Individual
  #3 (permalink)  
Antiguo 05/05/2004, 07:07
Avatar de JefeMaestro
JefeMaestro
 
Fecha de Ingreso: abril-2004
Ubicación: cadiz
Mensajes: 100
Antigüedad: 20 años, 6 meses
Puntos: 0
hola¡

Mira en la faq tienes este ejemplo pàra desactivar tu tecla¡


PHP:

<html>

<head>

<script language="javascript">



document.onkeydown = function(){
if(window.event && window.event.keyCode == 116){

window.event.keyCode = 505;

}

if(window.event && window.event.keyCode == 505){
return false;

}

}



function pon_hora(){

var dHora = new Date();

var res = String(dHora.getHours()) + ":" + String(dHora.getMinutes()) + ":" + String(dHora.getSeconds());

document.frm.txt.value = res;

return res;

}



</script>
</head>

<body onload="pon_hora()">

<form name="frm">

<h1><b>ANULACIÓN DE LA TECLA TECLA F5</b><br></h1>

Hora actual:&nbsp;<input type="text" name="txt"><br><br>

(Al seleccionar el botón "Actualizar" del navegador la hora debería actualizarse, pero con la tecla F5 no)

</form>

</body>

</html>







espero q t sirva¡Saludos
__________________
Al mal tiempo siempre pero siempre buena cara¡¡¡¡¡¡