Today, I used the Onmouse event to find some content on the Internet.
General Event Event Browser support description OnClick ie3| n2| O3 Mouse click events, multiple mouse clicks within a controlled range of an object OnDblClick ie4| n4| O Mouse Double-click event OnMouseDown ie4| n4| O the button on the mouse is pressed down OnMouseUp ie4| n4| O the event fired when the mouse is pressed and released OnMouseOver ie3| n2| O3 the event that is triggered when the mouse moves over a range of objects OnMouseMove ie4| n4| O events that are triggered when the mouse is moved onmouseout ie4| n3| O3 event that fires when the mouse leaves an object range OnKeyPress ie4| n4| O the event that is triggered when a key on the keyboard is pressed and released. [Note: There must be focused objects on the page] OnKeyDown ie4| n4| O event that is triggered when a key on the keyboard is pressed [Note: There must be a focused object on the page] OnKeyUp ie4| n4| O an event that triggers when a key on the keyboard is pressed to release [note: There must be a focused object on the page]
|