<html>
<head>
</head>
<body>
<SCRIPT language=javascript>
function click()
{
if (event.button==2) //右击事件
{
alert('不许你偷看!');
}
}
document.onmousedown=click
</SCRIPT>
</body>
</html>
<head>
</head>
<body>
<SCRIPT language=javascript>
function click()
{
if (event.button==2) //右击事件
{
alert('不许你偷看!');
}
}
document.onmousedown=click
</SCRIPT>
</body>
</html>