摘要:
<script language="javascript" type="text/javascript">//功能:禁用鼠标右键document.oncontextmenu = function(){alert("该页无法使用右键,系统禁止复制该页信息!");return false;}//功能:禁用Ctrl+Cdocument.onkeydown = function(){if (event.ctrlKey && window.event.keyCode==67){ alert("该页无法使用C 阅读全文
posted @ 2012-09-07 16:55
i贾小林
阅读(396)
评论(0)
推荐(0)

浙公网安备 33010602011771号