写写程序,一种成就的感觉

写写程序,一种成就的感觉

导航

网页禁止右键

Posted on 2008-11-10 15:18  hateyoucode  阅读(157)  评论(0)    收藏  举报
<script language="JavaScript">
document.oncontextmenu=new Function("event.returnValue=false;");
document.onselectstart=new Function("event.returnValue=false;");
</script>