<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<head><meta forua="true" http-equiv="Cache-Control" content="max-age=0" /></head>
<card title="禁止copy、禁止Ctrl、禁止shift、禁止alt、禁止快捷菜单、禁止右键" id="card1">
<p> 游客</p><p>
标题:禁止copy、禁止Ctrl、禁止shift、禁止alt、禁止快捷菜单、禁止右键<br/>
正文:<br/>
禁止copy、禁止Ctrl、禁止shift、禁止alt、禁止快捷菜单、禁止右键代码如下：（建议保存到一个js文件中，例如：nocopy.js）function iEsc(){ return false; }function iRec(){ return true; }function DisableKeys() {if(event.ctrlKey || event.shiftKey || event.altKey)  {window.event.returnValue=false;iEsc();}}document.ondragstart=iEsc;document.onkeydown=DisableKeys;document.oncontextmenu=iEsc;if (typeof document.onselectstart !=&amp;quot;undefined&amp;quot;)document.onselectstart=iEsc;else{//camnpr.comdocument.onmousedown=iEsc;document.onmouseup=iRec;}//禁止右键function DisableRightClick(www_camnpr_com){if (window.Event){if (www_camnpr_com.which == 2 || www_camnpr_com.which == 3)iEsc();}else if (event.button == 2 || event.button == 3){event.cancelBubble = trueevent.returnValue = false;iEsc();}}<br/><a href="http://camnpr.com/wap.asp?mode=WAP&amp;act=View&amp;id=639&amp;Page=1">[&lt;&lt;]</a><a href="http://camnpr.com/wap.asp?mode=WAP&amp;act=View&amp;id=639&amp;Page=1">[[1]]</a><a href="http://camnpr.com/wap.asp?mode=WAP&amp;act=View&amp;id=639&amp;Page=1">[&gt;&gt;]</a><br/>
<br/>
<a href="wap.asp?act=Com&amp;id=639">查看评论(0)</a><br/>
<a href="wap.asp?act=AddCom&amp;inpId=639">发表评论</a><br/><br/>

<br/>

<br/>
<a href="http://camnpr.com/wap.asp">首页</a>
</p>
</card>
</wml>