网页禁止右键菜单及禁止全选代码

document.oncontextmenu=new Function("event.returnValue=false;");
document.onselectstart=new Function("event.returnValue=false;");

 
很好用!

上一篇:使用Dreamweaver来详细了解CSS的多样性
下一篇:Dreamweaver网页制作教程:层及其应用