<input type="button" ondblclick="test()">点击</input>
<script type="text/javascript"> function test(){ alert("双击事件!!!!!!!!"); }
</script>