如何禁用TAB键请问用javascript或vb.net如何禁用键盘上的tab键[解决办法]function funOnkeypress() { if(event.keyno==9) { alert( '错误 '); } }