Source : < script type ="text/javascript" > function keyEventArgsChecking(e) { var msg = "" ; // The "event" declaration will cause error in FireFox . We should use window.event instead. // In other words , code line below can be avoid in IE context...