Criar uma Loja Virtual Grátis

Rating: 3.1/5 (14 votos)



ONLINE
4


Partilhe esta Página



d

Alterar nome.


Impedir seleção do conteúdo
Impedir seleção do conteúdo

 

Evite a cópia do seu conteúdo! Coloque este código e impessa a seleção de seus objetos:

<center>
</head>
<script type="text/javascript">
function disableSelection(target){
if (typeof target.onselectstart!="undefined") //IE route
target.onselectstart=function(){return false}
else if (typeof target.style.MozUserSelect!="undefined") //Firefox route
target.style.MozUserSelect="none"
else //All other route (ie: Opera)
target.onmousedown=function(){return false}
target.style.cursor = "default"
}
</script>
</html>
<script type="text/javascript">
disableSelection(document.body) //disable text selection on entire body of page
</script>
</center>


Como usar o código:

Coloque este código em todas as páginas que quiser proteger, ou então insira-o na coluna do seu site ou blog.