Site icon Hip-Hop Website Design and Development

Block to Popup Page, on demand?

I have embedded HTML in a block which renders a Python console.
What I want to do is to be able to pop-out the Block in a separate window.

If that is not possible then may be a link that when I click on it pops-up a page that contains the console.

How do i do that ?


I don’t want the pop-up to be full-screen. I want to be able to move it around, so the text below can be seen.

The HTML can be anything, I just give it as example. Let say :

<div id=ABC>12345</div>

i know js/html/css but no idea of how wp works…

Do i just embed html link with onclick=window.open(…) pointing to a wp-page ?
Ooo but i have to somehow make it pure page i.e. no theme !! HOW?

And second i have to hide ABC !