Detect the window.keycode event in javascript. If they hit the combination you wish, use javascript to "check" the box or radio button.
Here's a simple link for you. Detect the key codes pressed. If they hit alt and R, then check the correct box:
if (document.getElementById("radiobtnID")) document.getElementById("radiobtnID").checked = true;
Here's the link:
http://www.htmlgoodies.com/beyond/ja...le.php/3471141
Reputation Points: 43
Solved Threads: 68
Veteran Poster
Offline 1,080 posts
since Sep 2007