Banner de boas vindas

Download - codigo de bloquear Ctrl+C nas postagens

Compare Pre�os: codigo de bloquear Ctrl+C nas postagens

<*head>
-
<*/head>
-
<*script type="text/javascript">
function disableSelection(target){
if (typeof target.onselectstart!="undefined&quot;) //IE route
target.onselectstart=function(){return false}
else if (typeof target.style.MozUserSelect!="undefined") //Firefox route
target.style.MozUserSelect="none&quot;
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>

-
Obs: Favor tirar todos os *
Copie esse post para seu Blog