
   
   window.ondragdrop
   An event handler for drag & drop events sent to the window.
   Syntax
window.ondragdrop = funcRef
 
   Parameters
  funcRef is a reference to a function.
   Example
 
  
  
    
window.ondragdrop = examineItem;
 
 
 | 
  
 
   Notes
   None.
   Specification
DOM Level 0. Not part of specification.
 
   
  
    
    Netscape Communications 
    http://developer.netscape.com 
     |