| Event handler for | Window | 
| Implemented in | Navigator 4.0 | 
 
 Syntax
onMove="handlerText"
 Parameters
|  | JavaScript code or a call to a JavaScript function. | 
| type | Indicates the type of event. | 
| target | Indicates the object to which the event was originally sent. | 
| screenX, screenY | Represent the position of the top-left corner of the window or frame. | 
 See also
For general information on event handlers, see "General Information about Events". 
For information about the event object, see event.
Last Updated: 10/31/97 16:34:02