Link to home
Start Free TrialLog in
Avatar of dignified
dignified

asked on

Drag and Drop from Inside Iframe to Outisde Iframe

In javascript, I want to drag and drop an object that is inside an iframe to a drop location that is outside the iframe in the main window area.

Is this possible?
ASKER CERTIFIED SOLUTION
Avatar of system_down
system_down
Flag of Switzerland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of dignified
dignified

ASKER

Thinking there must be a way to fake things then. Like capturing the click in the frame, creating a proxy object in the parent document, changing focus to that object and then dragging the proxy.