1. window.event IE: window.event 객체가 있습니다. FF: window.event 객체가 없습니다. 이벤트 객체는 함수에 인수로 전달될 수 있습니다. 예: 코드 복사 코드는 다음과 같습니다. function showDiv(event) { var event=window.event||event; >이벤트.클라이언트X; 이벤트.클라이언트Y }