Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6924385
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T10:39:24+00:00 2026-05-27T10:39:24+00:00

I wanted to know if it is possible to float IFrame out of the

  • 0

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.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T10:39:25+00:00Added an answer on May 27, 2026 at 10:39 am

    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:

    $("#container").draggable({
      drag: function(event, ui) {
        var offsetXPos = parseInt( ui.offset.left );
        var offsetYPos = parseInt( ui.offset.top );
        $("#coord").text(offsetXPos+'x'+offsetYPos);
        if (offsetXPos===0 || offsetYPos===0) { // be careful with <= since it may trigger many windows
          $("#container").hide();
          window.open('http://msn.com','_blank');
        }
      }
    });
    
    <div id="container">
        <div id="handle">Drag me <span id="coord"></span></div>
        <iframe src="http://msn.com/" frameborder=no></iframe>
      </div>
    </div>
    
    #container { left:100px; top:100px; width:500px }
    #handle { border:1px solid black; height:40px, width:100%; background-color:lightblue; cursor:move; pointer:move}
    iframe { width:100%; border:0 }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm new to PHP programming and I wanted to know that is it possible
I wanted to know that, is it possible to create a pool of objects?
I wanted to know how to make it possible that if there is no
i wanted to know that using actionscript, is it possible to send email and
I wanted to know if this is possible? I would like to create a
I wanted to know if it is possible To add the Facebook like feature
I wanted to know is it possible to check that a device can send
Just wanted to know if is possible to use mod_rewrite on a single(or more
I wanted to know if it's possible to derive a method to generate a
Just wanted to know. Is it possible to highlight text in ElasticSearch on an

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.