|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
...::CODIGOS:::..
|
|
|
|
|
|
|
|
.....:::DISEÑOS WEB::::::...
|
|
|
|
|
|
|
|
|
Aqui algunos codes para protejer tu web contra el plagio !
BLoqueo boton derecho del mouse:
<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>
Bloquea boton izquierdo:
<!-- Botón izquierdo del mouse --> <script LANGUAGE="Javascript1.1">
<!-- Adaptado por Tk: Compatible con IE y NS -->
function izquierda(e) {
if (navigator.appName == 'Netscape' && (e.which == 1 || e.which == 2)){
alert('Botón izquierdo inhabilitado')
return false;
}
else if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 1)){
alert('AQUÍ TU MENSAJE')
}
}
document.onmousedown=izquierda
</script>
Bloquea seleccion (otra forma de plagio )
<script type="text/javascript">
//form tags to omit in NS6+:
//http://eking.in
var omitformtags=["input", "textarea", "select"]
omitformtags=omitformtags.join("|")
function disableselect(e){
if (omitformtags.indexOf(e.target.tagName.toLowerCase())==-1)
return false
}
function reEnable(){
return true
}
if (typeof document.onselectstart!="undefined")
document.onselectstart=new Function ("return false")
else{
document.onmousedown=disableselect
document.onmouseup=reEnable
}
</script>
|
|
|
|
|
|
|
| |
|
|
©año 2009 Mi Web | Diseño por: felipe molina | Adaptado por: felipe molina | pipe-tutosterminos de uso | Validado XHTML | CSS
Aviso importante:
La información contenida en este website no reemplaza la supervisión del admin.bajo ninguna circunstancia.
tenga cuenta que esta web esta protegida por http://www.copyright.com/.
© 2009 CWP Corporación webmaster pipe-tutos Av.Pedro de Valdivia 295 | Fono:(56-2) 3505200 | Fax:(56-2) 3505241 | Providencia | Santiago | Chile Pharmafuturo: Carrascal 5650, Quinta Normal – 56 2 6746900
|
|
|
|
|
|
|