javascript event shiftKey

Returns true if the left or right Shift key was pressed at the instant the event fired.

javascript event screenX, screenY

Provide the horizontal and vertical pixel coordinate points where the cursor was located on the video screen when the event occurred. The top-left c

javascript event returnValue

Provides the value to be returned to the event's source element to allow or prohibit the element's default action connected with the event.

javascript event repeat

For an onkeydown event only, returns Boolean true if the key has been down long enough to enter auto-repeat mode. You can prevent auto-repeated

javascript event relatedTarget

Returns a reference to a rendered node in the document tree that was the previous or next target for events, depending on the event type.

javascript event relatedNode

Returns a reference to a node that is affected by the action that triggers some W3C DOM mutation events. This provides a more direct route to a node

javascript event recordset

Returns a reference to an IE data binding recordset object associated with a data-related event.

javascript event reason

Returns a code associated with an ondatasetcomplete event signifying whether the IE data binding data transfer was successful or, if incomplete, w

javascript event rangeParent

Returns a reference to a document tree node that would be a suitable start or end point for a W3C text range. Use in concert with the rangeOffset

javascript event rangeOffset

Returns an integer of the character offset within a node that the Netscape 6 DOM considers a potential Range end point. The reference to the node is

javascript event qualifier

For use with IE data binding events (such as ondatasetcomplete ). Returns a string value signifying a data source member, which may then be used as

javascript event propertyName

Returns a string containing the name of the object property that changed during an onpropertychange event. For other event types, the value is an

javascript event prevValue

See newValue.

javascript event pageX, pageY

Provide the left and top coordinates of the element's content relative to the top-left corner of the page area when the event fired. The measurement

javascript event originalTarget

Returns a reference to a node that Netscape 6 internally treats as the genuine first target of the event. By and large, this information isn't helpf