锁图片


什么是锁图片 ?

意思就是添加了这个代码了之后 ,别人无论用什么方法都偷不到你部落格里的图片了 。

设计添加小工具HTML/JavaScript

复制以下代码进去
<script type='text/javascript'>
document.ondragstart = function () { return false; }; </script>
<SCRIPT TYPE='text/javascript'>
<!--
//Disable right click script
//visit http://www.rainbow.arch.scriptmania.com/scripts/
var message="Sorry, right-click has been disabled";
///////////////////////////////////
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers)
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
document.oncontextmenu=new Function("return false")
// -->
</SCRIPT>
保存 、

1 留言:

∞ Yebi♥Yeol ∞ 說 : 回复

親,,請問這個教程有沒有BS的? ><

張貼留言