摘要: 转自http://topic.csdn.net/t/20061220/16/5244445.html 1. oncontextmenu="window.event.returnValue=false" 将彻底屏蔽鼠标右键 <table border oncontextmenu=return(false)><td>no</table> 可用于Table 2. <body onselectstart="return false"> 取消选取、防止复制 3. onpaste="return false& 阅读全文
posted @ 2008-09-04 13:56 云聚工作室 阅读(122) 评论(0) 推荐(0) 编辑