Javascript Reference
Categories: event

javascript event data

@March 15, 2008, 1:22 a.m.
dataNN |4| IE n/a Chrome/Safari/DOM n/a

Read-only

Provides accessory data associated with the Navigator 4-only dragdrop event. The data property returns the URL of the item being dropped onto the window or frame.

 
Example
 
var srcDoc = evtObj.data;
 
Value

String.

 
Default

None.


Powered by Linode.