Hola, nyame y tunait.
Esto me ha funcionado en Netscape y Mozilla, pero falla en Explorer:
Código PHP:
<html>
<head>
<script>
function pulsar(e) {
tecla=(document.all) ? e.keyCode : e.which;
if (tecla==115 && e.altKey)
return false;
}
</script>
</head>
<body onkeydown="return pulsar(event)">
</body>
</html>
Espero que sirva de algo. Saludos,