Displaying 1 result from an estimated 1 matches for "ondragdrop".
Did you mean:
dragdrop
2006 Jun 26
2
Drag''n''drop DOM elements between (I)FRAMEs
...to
another IFRAME/FRAME. But upon dropping the element, I do not want the
target IFRAME/FRAME to open/load it. I want it simply to handle the event,
such as parsing the element/data dropped. Such uses as dropping an element
into a table inbetween rows 2 & 3.
I have studied Netscapes way of ondragdrop events. However this only handles
dropping external files, into the browser window, and the browser window
will open/load the file. This is not what I want.
The only closest IE/FF drag''n''drop thing I found was http://script.aculo.us/
however their dragging doesn''t go...