禁用鼠标左右键特效 - 网页特效代码演示 - 特效代码运行

时间:2012-10-25 来源:弘智教育 点击: 次
<html>
<head>
<title>阿里西西网页特效 - 禁用鼠标左右键</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<script language="javascript">
function click() {
if (event.button==1) {   //改成button==2为禁止右键
alert('对不起,禁止使用左键.')
}
}
document.onmousedown=click
</script></head>
<body>
<SCRIPT LANGUAGE="JavaScript">
<!-- hide
function goHist(a)
{
   history.go(a);
}
//-->
</script></center>
<br>
<br>
</body>
</html>
弘智主页 | 弘智介绍 | 培训课程 | XML地图