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
Try adding onkeyup event as well and call the same function.
TIP: You can add debugger; at beginning of doSubmit to set a break, then you can examine keyCode.
debugger;