How can I drag and drop across frames? |
Clarification of Question by
ruggles-ga
on
01 Jun 2002 07:21 PDT
I need a sloution that works for all popular browsers
|
Request for Question Clarification by
missy-ga
on
01 Jun 2002 07:49 PDT
Hi ruggles,
At this time, only IE supports drag and drop across frames (though
I've not been able to find a script for it yet):
http://www.microsoft.com/windows2000/techinfo/reskit/en/ierk/Ch01_e.htm
Are you sure you don't want to try it with tables instead? There are
several drag and drop engines available that work with virtually any
browser and tables, with the exception of NS6.
missy-ga
|
Clarification of Question by
ruggles-ga
on
01 Jun 2002 08:23 PDT
I think we need to use frames. I am trying to do something similar to
exchange 2000s web mail. Are you familar with thw way it allows you
to drag mail into folders?
|
Request for Question Clarification by
missy-ga
on
01 Jun 2002 11:34 PDT
Hi ruggles,
No, I'm afraid I'm not.
I did create a new frameset in CoffeeCup HTML, and set it up with the
drag and drop engines I use for "Doll Creator" pages. Splitting the
elements between the frames to test it out showed that attempting to
drag an object from one frame to another resulted in the object
"disappearing". It resolutely refused to hop frames. Several
modifications and different D&D engines yielded the same results.
Perhaps another researcher has some Exchange 2000 expertise - I'm at
the end of my drag and drop knowledge here. I'm sorry. I hope
someone else will be able to give you a hand.
missy-ga
|
Request for Question Clarification by
j_philipp-ga
on
01 Jun 2002 13:31 PDT
Hello Ruggles,
you can simulate the "look-and-feel" of frames using stylesheets
(absolute positioning of CSS2), within a single frame-less window. You
can also implement drag-and-drop for at least Internet Explorer
easily, using ondrag and ondrop events with client-side JavaScript/
VBScript. (Only a server-side scripting solution however would assure
you'd stay completely cross-browser compatible.)
If you need IE5+ and frameless specific help, I'd be glad to help out;
I could show you how to implement drag-and-drop of a "Windows
Explorer" style folders/ documents tree.
|