
1 - Vá em Design > Elementos de página
2 - Clique em adicionar gadget>HTML/JAVASCRIPT e cole o seguinte código:
<script>
function click() {
if (event.button==2||event.button==3) {
oncontextmenu='return false';
}
}
document.onmousedown=click
document.oncontextmenu = new Function("return false;")
</script>
Salve direitinho,arraste o gadget para onde você preferir e tudo pronto! Muito fácil, concorda? O código é do Crazy In HTML.if (event.button==2||event.button==3) {
oncontextmenu='return false';
}
}
document.onmousedown=click
document.oncontextmenu = new Function("return false;")
</script>
-Mudando de assunto...

-->Gostaram? Comentem aí!

You have read this article blog /
blogueiras /
dicas /
internet /
tutorial
with the title Tutorial: Blog Livre de Cópias. You can bookmark this page URL http://esmaltesmeus.blogspot.com/2012/01/tutorial-blog-livre-de-copias.html. Thanks!
No comment for "Tutorial: Blog Livre de Cópias"
Post a Comment