View Full Version : NS6 ketstoke events
dhtmlx
01-05-2003, 04:42 PM
Does anyone know how to detect when a certain key is pressed in NS6.....
Any information would be great
document.onkeydown = function(event) {
alert(event.keyCode);
}
or
document.addEventListener('keydown', function(event) { alert(event.keyCode) }, false);
dhtmlx
01-05-2003, 10:59 PM
Thanks ALOT!! Really helped:)
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.