查看完整版本: [-- 有关js中的event.button --]

风信Java论坛 ›› javascript/html/css 讨论交流中心 ›› 有关js中的event.button 登录 -> 注册

1F 有关js中的event.button   唧唧 Post by : 2008-12-11 22:56:58.0

<html>
<body onmousedown="show(event)">
<script type="text/javascript">
function show(event){
    alert(event.button)
}
</script>
</body>
</html>
说明:
event.button值说明:
Integer that specifies or receives one of the following values.
0 Default. No button is pressed.
1 Left button is pressed.
2 Right button is pressed.
3 Left and right buttons are both pressed.
4 Middle button is pressed.
5 Left and middle buttons both are pressed.
6 Right and middle buttons are both pressed.
7 All three buttons are pressed.


风信Java论坛 ›› javascript/html/css 讨论交流中心 ›› 有关js中的event.button 登录 -> 注册

查看完整版本: [-- 有关js中的event.button --]
CopyRight © 2008-2009 JavaWind.Net Studio All Rights Reserved
Powered By JWind.BBS Vesion 1.0.0 Beta1 Processed in 7 ms,0 (Queries)  Gzip enabled
粤ICP备07511478号