找回密码
 注册
温柔网 文章 电脑技巧 应用技巧 查看内容

怎么做鼠标右键的屏蔽设置?

2010-6-6 12:43| 发布者: 狂人日记| 查看: 167| 评论: 0

摘要: script LANGUAGE="JavaScript" function click() { if (event.button==2) {alert(’*^_^*’); } } document.onmousedown=click // -- /script
<script LANGUAGE="JavaScript">
function click() { if (event.button==2)
{alert(’*^_^*’); } } document.onmousedown=click // -->
</script>



最新评论

    24小时排行

      QQ|Archiver|手机版|小黑屋|温柔网 ( 浙ICP备13033583号-8 )

      GMT+8, 2026-9-20 23:26 , Processed in 0.037823 second(s), 23 queries .

      Powered by Discuz! X3.5

      © 2001-2026 Discuz! Team.

      返回顶部