<html>
<script language=javascript>
setTimeout(
'window.close();',3000);
function showInfo()
 
{
  
if (window.event.button == 1)
  
{
   alert(
"您好");
  }

  
else if (window.event.button == 2)
  
{
   alert(
"禁止右键");
  }

}

</script>
<body onmousedown="showInfo()">
</body>
</html>
posted on 2008-03-26 11:49  小角色  阅读(189)  评论(0)    收藏  举报