twitter

    exjuva

    codigos para evitar copias

    //NO PERMITE UTILIZAR BOTON DERECHO Y NO SALE NI ALERTA NI NADA//

    <script language="Javascript">
    <!-- Begin
    document.oncontextmenu = function(){return false}
    // End -->
    </script>

    --------------------------------------------------------------------------------------------------------
    //APARECE UN ALERTA CON TEXTO AL PRESIONAR BOTON DERECHO//

    <script language="JavaScript">
    //(c) 1999-2001 Zone Web
    function click() {
    if (event.button==2) {
    alert ('Copyright © Derechos Reservados')
    }
    }
    document.onmousedown=click
    //-->
    </script>

    --------------------------------------------------------------------------------------------------------
    //DESAPARECE LA OPCION DE GUARDAR DE LAS IMAGENES//

    <meta http-equiv="imagetoolbar" content="no">

    --------------------------------------------------------------------------------------------------------
    //NO PERMITE SELECCIONAR EL CONTENIDO DE UNA WEB//
    <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>
    Hoy habia 5 visitantes (9 clics a subpáginas) ¡Aqui en esta página!
    Este sitio web fue creado de forma gratuita con PaginaWebGratis.es. ¿Quieres también tu sitio web propio?
    Registrarse gratis