1 2 3 4

Gimmie Gimmie a Like I need That~

M.Tc Tutorials
Best viewed in Google Chrome
M.Tc Tutorials
Materials By Elaine Liyi
你要问我关于博客教学的吗?可以
你要问我那些没有在我的部落格的TUTORIALS的也可以~~
不用怕。。。我不会吃人的。。。》.《 ""

弹弹琴~谈谈情。。

Follow Mii

放假*得空*恋爱inG*轻松InG
By Babez M.Tc

2011年11月19日星期六

Disable Right Click 可是没有弹窗

Disable Right Click 可是没有弹窗

首先::

信息中心 》》 设计 》》 加添小工具 》》 HTML/Javascript

然后再COPY以下的CODE

<script language=javascript>
<!--

//Disable right click script III- By Renigade (renigade@mediaone.net)
//For full source code, visit http://www.dynamicdrive.com

var message="";
///////////////////////////////////
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>



然后再保存起来
那就完成啦!

没有评论:

发表评论