• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

how to use keybord down arrow key to move on table rows

 
Greenhorn
Posts: 28
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi every body,

i am displaying table data inside html page.and this table data has link to another pages. By using mouse i can move from one row to another using
onmouseover and onmouseout event.it is working fine.
But i want to use up and down arrow keys to move between rows.I dont have any idea on that, please let me know some web sites where i can find the information.

thanks and regards
darshan
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Look at the topic here:

https://coderanch.com/t/121703/HTML-JavaScript/Key-Press-select-row-table

Eric
 
darshan karle
Greenhorn
Posts: 28
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks for that link eric,
i really gained lot of information from that link.
my code is working fine know

regards
darshan k.c.
 
reply
    Bookmark Topic Watch Topic
  • New Topic