| 发表于:2007-03-28 14:46:08 楼主 |
自己做了个聊天室想像qq那样ctrl+enter实现发送信息,在ie里测试通过可是在firefox里就不行了,是不是firefox不支持?有没有其他办法呢,盼高手指点阿, 代码类似下面: <html> <script> function show(){ alert( "ascii代码是: "+event.keycode); } </script> <head> <title> 键盘代码-51windows.com </title> </style> </head> <body onkeydown= "show() "> <p align= "center "> 请点下鼠标再按键盘 </p> </body> </html> 先谢谢了 |
|
|
|
|