:: Forum >>

onkeyup onclick

how do i trigger the onclick event onkeyup?
eg: row 9 is selected, user presses the 'up' key, gets to row 1, and triggers the onclick event for cell 1 automatically when he releases the 'up' key
bogdan
Saturday, March 7, 2009
You'll have to find the event key code for the "up" key and check it in an if statement then fire the appropriate events.
jLH
Monday, March 16, 2009

This topic is archived.


Back to support forum

Forum search