![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
16/02/2002, 22:32
|
| | Fecha de Ingreso: diciembre-2001
Mensajes: 240
Antigüedad: 23 años, 1 mes Puntos: 0 | |
Re: esta es facil... Este código no te muestra ninguna ventana al presionar el botón derecho simple lo desactiva
Colocalo dentro de la primera etiqueta BODY
oncontextmenu="return false" ondragstart="return false" onselectstart="return false"
quedaría así
<html>
<head>
</head>
<body oncontextmenu="return false" ondragstart="return false" onselectstart="return false">
</body>
</html>
<center><embed src="http://www.iespana.es/ram2001/logo02.swf" height=50 width=200>
</embed></center> |