Sets or retrieves the x-coordinate of the mouse pointer's position relative to the client area of the window, excluding window decorations and scroll bars.
Sets or retrieves the y-coordinate of the mouse pointer's position relative to the client area of the window, excluding window decorations and scroll bars.
Sets or retrieves the y-coordinate, in pixels, of the mouse pointer's position relative to a relatively positioned parent element.
Remarks
For the onbeforeeditfocus event to fire, document elements must be in edit mode. One way to invoke edit mode is to set the designMode property to On. As of Microsoft® Internet Explorer 5.5, Web authors can also set the contentEditable attribute to true on the body element, and if necessary, to specific elements in the body, to invoke edit mode.
The onbeforeeditfocus event differs from the onfocus event. The onbeforeeditfocus event fires before an object enters a UI-activated state, whereas the onfocus event fires when an object has focus.
Note This event also fires when an input or textArea object gets the focus in browse mode.
Standards Information
There is no public standard that applies to this event.