I wanted to know if it is possible to float IFrame out of the browser?
Is it possible to drag the IFrame outside of the browser?
the idea is that my html\js application is like a taskbar and I want that the Iframes will be able to be drag on the top of another programs outside my browser.
thanks,
Dor.
The only application I have seen that can do that is AIR. That said, you can do edge detection and open the iframe content in a new window when it hits the edge if you know the URL
jsFiddle
and accompanying DEMO – as always window.open assumes you allow popups from the site
using jQuery UI draggable: