Búsqueda en el Foro:
Buscar


Autor Mensaje
Mensaje23-08-2007, 00:45 (UTC)    
Título del mensaje: como le pongo seguridad a mi web?

me gustaria evitar que puedan copiar el contenido de mi pagina. tengo activada la opcion de no permitir hacer clic derecho pero necesito para que por ej. on ctrl+c no copien mi informacion(ya lo probe y asi si se puede). no se algun codigo html o algo.
espero pronto su ayuda, gracias
Mensaje23-08-2007, 00:58 (UTC)    
Título del mensaje: mensaje

cone ste codigo bloqueas los 2 botoes del mause, selector y click


Código:
<body oncontextmenu="return false" onselectstart="return false">


<script language="Javascript">
<!-- Begin
function disableselect(e){
return false
}
function reEnable(){
return true
}
document.onselectstart=new Function ("return false")
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
// End -->
</script>

______________
Mensaje02-08-2008, 21:44 (UTC)    
Título del mensaje: Como le coloco seguridad a mi pagina

MEN COMO LE COLOCO SEGURIDAD DE COPIA, ES DECIR Q NO PUEDAN COPIAR ELCONTENIDO DE MI PAGINA. ES IMPORTANTE ACLARAR Q NO KIERO BLOKEAR EL BOTON IZKIERDO DE MOUSE YA Q ESTE BOTON ME PERMITE NAVEGAR A TRAVES DEL SITIO. EL BOTON DERECHO DEL MOUSE SI DEBE SER BLOKEADO.ADEMAS A TRAVES DEL TECLADO DEBE PLOKEARSE LA OPCION DE COPIA { CTRL + C}

GRACIAS
Mostrar mensajes anteriores:   


Powered by phpBB © 2001, 2005 phpBB Group