Event.data (Property)

The URL of the data dropped into a the window from an onDragDrop event.

Availability:

JavaScript - 1.2
JScript - 3.0
Internet Explorer - 4.0
Netscape - 4.0
Property/method value type:String primitive
JavaScript syntax:-myEvent.data

This property contains information that describes what was just dropped onto the object that owns the onDragDrop handler. Normally, that would be a URL that refers to the entity that was dropped.

Warnings:

See also:UniversalBrowserAccess, UniversalBrowserRead, UniversalBrowserWrite, Window.ondragdrop

Property attributes:

ReadOnly.