I'm trying to set up some script to respond to onkeypress events on the window object. I want to respond to the window event instead of a textbox event because I'm trying to enable Excel-like nagivation between for elements using the arrow keys. The following works in Firefox, but not IE: < !DOCTYPE...