bloquea el teclado
<html>
<head>
<title>Teclado bloqueado</title>
<SCRIPT language=JavaScript>
function shant()
{
alert('Esta pagina no te permite usar el teclado, lo siento')
}
document.onkeydown=shant;
</SCRIPT>
</head>
<body>
</body>
</html>
<head>
<title>Teclado bloqueado</title>
<SCRIPT language=JavaScript>
function shant()
{
alert('Esta pagina no te permite usar el teclado, lo siento')
}
document.onkeydown=shant;
</SCRIPT>
</head>
<body>
</body>
</html>