| re: Drag and drop across the frames
<hemant_mishal@yahoo.com> wrote in message
news:1121924512.838229.135270@g43g2000cwa.googlegr oups.com...[color=blue]
> Hi All,
> I am writting a java script library which will provide inter frame drag
> and drop operation. The more precise will be OLE drag and drop, which
> means only data will be transfered from frame to frame not any object.
> But it should happen in a drag and drop fashion. The requirement is,
> user will click on one object and will drag the mouse to another frame
> and will drop on some object the data will be passed by this and some
> action will happen depending upon the data passed.
> Now the problem is when I start dragging from one frame and cross to
> other frame the mousemove or mouseover events are not occuring on that
> frame. More over mouse up event is alos not occuring on the object on
> which I drop the data.
>
> Can some one please suggest any thing?
>
> Please let me know if you guys need any clarification.
>
> Thanks in advance
>
> Hemant..
>[/color]
i thought you could only drag within one document at a time.
each frame would have to have it's own drag and drop code, wouldn't it?
these are frameset frames, not iframes, right? |