Ver Mensaje Individual
  #7 (permalink)  
Antiguo 10/05/2002, 10:35
Avatar de lochorui
lochorui
 
Fecha de Ingreso: febrero-2002
Ubicación: Madrid
Mensajes: 899
Antigüedad: 22 años, 1 mes
Puntos: 2
Re: Por favor necesito ayuda

Buenas , mira pon esto entre head y head

script LANGUAGE="JavaScript1.1">

<!-- Adaptado por Tk: Compatible con IE y NS -->
<!-- Script original enviado por Graciela -->

function derecha(e) {
if (navigator.appName == 'Netscape' && (e.which == 3 || e.which == 2)){
alert('Botón derecho inhabilitado')
return false;
}

else if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2)){
alert('Botón derecho inhabilitado')
}
}
document.onmousedown=derecha
</script>


y te recomiendo que te bajes el SCRIPTMASTER de <a href='ir.asp?http://www.softonic.com' target='_blank'>http://www.softonic.com...</a>