Índex Tornar
Miguel A. Almarza
Departament d'Informàtica
IES Mare de Deu de la Merce



Propietats de l'objecte Event al Netscape 4.

Propietat Descripció
data
Returns an array of strings containing the URLs of the dropped objects. Passed with the DragDrop event.
height
Represents the height of the window or frame.
layerX
Number specifying either the object width when passed with the resize event, or the cursor's horizontal position in pixels relative to the layer in which the event occurred. Note that layerX is synonymous with x.
layerY
Number specifying either the object height when passed with the resize event, or the cursor's vertical position in pixels relative to the layer in which the event occurred. Note that layerY is synonymous with y.
modifiers
String specifying the modifier keys associated with a mouse or key event. Modifier key values are: ALT_MASK, CONTROL_MASK, SHIFT_MASK, and META_MASK.
pageX
Number specifying the cursor's horizontal position in pixels, relative to the page.
pageY
Number specifying the cursor's vertical position in pixels relative to the page.
screenX
Number specifying the cursor's horizontal position in pixels, relative to the screen.
screenY
Number specifying the cursor's vertical position in pixels, relative to the screen.
target
String representing the object to which the event was originally sent. (All events)
type
String representing the event type. (All events)
which
Number specifying either the mouse button that was pressed or the ASCII value of a pressed key. For a mouse, 1 is the left button, 2 is the middle button, and 3 is the right button.
width
Represents the width of the window or frame.
x
Synonym for layerX.
y
Synonym for layerY.