济南做网站

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>禁止右键、禁止选中、禁止复制的Js代码丨芯晴网页特效丨CsrCode.Cn</title>
</head>
<body style="text-align:center">
<p>网页禁止右键、禁止查看源代码、禁止复制的代码,试试你的右键、ctrl+c和ctrl+c吧~
<SCRIPT language=javascript type=text/javascript>
<!--
document.oncontextmenu=new Function('event.returnValue=false;');
document.onselectstart=new Function('event.returnValue=false;');
-->
  </SCRIPT>
</p>点右键瞧瞧,鼠标坏了??<p>
</body>
</html>

posted on 2012-06-30 13:59  jkyweb  阅读(254)  评论(1编辑  收藏  举报