posts - 29,  comments - 25,  trackbacks - 0
公告
<html>
<head><title></title>
<script>
    
function window_onkeypress()
    
{
        alert(window.event.button);
        
if(window.event.keyCode == 27)
        
{
            window.close();
        }

    }

</script>
<body onMouseDown="window_onkeypress()">
</body>
</head>
<body onMouseDown="window_onkeypress()">
</body>
</html>
posted on 2007-01-08 17:58 everlasting 阅读(47) 评论(0) 编辑 收藏