Home >Web Front-end >JS Tutorial >Js event compatibility issues in IE and FF_javascript skills
1. window.event
IE: There is a window.event object
FF: There is no window.event object. Event objects can be passed as arguments to functions.
For example: