如果我要增加“回退”键,“TAB”键,“DELETE”键,“回车”键,该怎么对以上程序做修改呢~

解决方案 »

  1.   

    这个东东应该放到javascript板块上
      

  2.   

    Your codes is javascript!
      

  3.   

    <html>
    <head>
    <title>无标题文档</title>
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
    </head><body onkeydown=alert(event.keyCode)>
    </body>
    </html>这个程序是用来显示键盘上每个键对应的值,你可以用它查一下你要的几个键的值,在你的程序中加上去,就可以了。