Window Popup restricted to move inside Iframe

Hi,
I want a popup window on click of a button (present inside iframe) that can come come at the the top of all windows and i can move it anywhere on the screen (currently with view: “window” type popup , i am able to move it inside the iframe only).

Any help would be greatly appreciated…

To move “window” outside of iframe - you need to create it in the top level document. As far as I can see - this is the only solution.

Yes, It’s a security feature - not releated to webix.

You cant “overlay” content from another iframe.

Thanks guys for the reply, but I want to know if there is any alternative to javascript window.open()(it opens window popup on top) in webix.