I\'m having trouble with some JavaScript that I\'ve written, but only with Internet Explorer 8. I have no problem executing this on Internet Explorer 7 or earlier or on Mozi
Just a hunch, try this:
var keyCode = e.keyCode ? e.keyCode : e.which;