日归档:
2005年07月15日
| 记录数: 1
-
- 今天工作郁闷,贴一些恶心人的代码吧
- Weather:雾 ,南风 4-5级 ,最低气温22 ℃
- 2005-07-15
这段代码对于任何浏览器都不让点右键,够恶心吧???
<script type="text/javascript">
<!--
if (window.Event)
document.captureEvents(Event.MOUSEUP);
function nocontextmenu()
{
event.cancelBubble = true
event.returnValue = false;
return false;
}...- Views(5070) | Comments(5) | In 网页前端技术
