Búsqueda en el Foro:
Buscar


Autor Mensaje
Mensaje08-09-2008, 18:53 (UTC)    
Título del mensaje: [RESUELTO]HOLE NECESITO ESTE CODIGO URGENTE

NECESITO UN CODIGO PARA QUE EN MI PAGINA NO COPIEN NADA CON EL CLICK DERECHO Y QUEL ES APARESCA UN MENSAJE ALGUIEN APORTA ESTE CODIGO QUE MEJOR DICHO NO SE PUEDAN COPIAR GRACIAS


Ultima edición por martinez-guerrero el Lun Sep 08, 2008 3:51 pm; editado 1 vez
Mensaje08-09-2008, 18:59 (UTC)    
Título del mensaje:

aqui le dejo uno:

Código:

<html>
<head>
<title>Bloqueo del Botón derecho del mouse</title>
</head>
<body>
<script LANGUAGE="JavaScript1.1">

function derecha(e) {
if (navigator.appName == 'Netscape' && (e.which == 3 || e.which == 2)){
alert('no me copies')
return false;
}

else if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2)){
alert('AQUI LO QUE QUIERE QUE DIGA EL MENSAJE')
}
}
document.onmousedown=derecha
</script>
<p align='center'>Bloqueo del Botón derecho del mouse</p>
</body>

</html>


Puede modificar lo que aparece en mayuscualas por lo que usted quiera que aparezca en el mensaje de advertencia.coloquelo en cualquier box.
Mensaje08-09-2008, 19:05 (UTC)    
Título del mensaje:

es mas facil que todo eso, ay un extra en pwg que se llama bloqueo del boton derecho, activalo
______________



Ultima edición por marinika el Lun Sep 08, 2008 3:06 pm; editado 1 vez
Mensaje08-09-2008, 19:38 (UTC)    
Título del mensaje:

HOLE Y DONDE PEGO EL CODIGO GRACIAS
Mensaje08-09-2008, 19:45 (UTC)    
Título del mensaje:

se lo dije arriba,lo puede poner en cualquier box.
Mensaje08-09-2008, 19:48 (UTC)    
Título del mensaje:

JEJEJ SI GRACIAS
Mostrar mensajes anteriores:   


Powered by phpBB © 2001, 2005 phpBB Group