Browse by Tags

All Tags » keydown » keyboard (RSS)

Scrutinize keyboard event handler syntax in different browers by zc0000

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...
More Posts