Ver Mensaje Individual
  #4 (permalink)  
Antiguo 27/04/2002, 23:12
Gastón
 
Fecha de Ingreso: febrero-2002
Mensajes: 681
Antigüedad: 22 años, 2 meses
Puntos: 0
Re: BLoQueAR BOTON DERECHO del mouse

alnilam;

Ese código no va entre <body> y <body> sino dentro del mismo <body> tal como es el código mismo y quedaría así:

<html>

</head>

<body oncontextmenu="alert('TEXTO');return false">

</body>

</html>

Funciona perfectamente