I'm trying to use a link to open an overlay instead of in a separate popup window. This overlay should consist of a semi-transparent div layer that blocks the whole screen ...
Is it possible to build a Firefox extension that displays a floating, persistent iFrame over the page content?
I know it's possible to add iFrames using XUL. For instance, you can ...
I am using an iframe to embed content from another site. The button in the iframe opens an overlay with a form. The problem is when the button is clicked, the ...
I load an iframe over the current page in an overlay, effectively overlapping the whole doc with a new page. Loading a url into an iFrame (after constructing it) loads the page, but keyboard/tab focus is still on the page it loads over. Annoying. I've tried numerous ways to get this working but I don't know why it doesn't work. document.getElementById("MyiFrame").focus(); ...