In a table , I simulate selected row by changing style of the row .Now I want to move this selected row by arrow keys but the keydown event is not working in Chrome and Firefox.
I do NOT want to use JQuery.
Also(if possible) because I render this table on serverside in a complicated process it is better to use inline event hanlder not attach with javascript (I mean using < tr onkeydown="myfunc(this)" > ... )