> What's causing the hiccup? I'm guessing it's the fact that it's > looking for a key down, and IE is still assuming the key is down when > the function is called. I tried using keypress instead of keydown, but > keypress doesn't seem to register the left and right arrow keys, which > is exactly what I need (and keydown is catching them just fine).
I went back and tried it with keypress bound to something other than left and right, and I'm still getting the endless alerts. I'm still at a complete loss.