ENTRY ABOUT LINKS STUFFS FCBOOK DBROAD NEWER OLDER +FOLLOW
禁止按right click (有弹窗)
xx Minamori xx



看不到可以点击图片以放大。


只要有人按right click,
这个就会跳出来。
这样,别人就copy不到你的东西喽 ~~

不过这个很麻烦 ,
如果自己要copy东西时 ,
它也会阻扰你 。

首先, 去设计 -> 添加小工具 -> HTML/JavaScript

然后把这个code copy 下去 :
<script language=javascript><!--
//edit by unwanted

var message="我看到你要copy喽 ! 不可以抄袭 !";
///////////////////////////////////function clickIE4(){if (event.button==2){alert(message);return false;}}
function clickNS4(e){if (document.layers||document.getElementById&&!document.all){if (e.which==2||e.which==3){alert(message);return false;}}}
if (document.layers){document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS4;}else if (document.all&&!document.getElementById){document.onmousedown=clickIE4;}
document.oncontextmenu=new Function("alert(message);return false")
// --></script>


粉红色的字可以改的。

然后按save就成功啦 ! =D


http://www.emocutez.com祝你们成功 ~~~!

0 comment[s] | back to top