This question isn’t about popping up an iframe inside a Lightbox; rather, it’s about an iframe on a page that can launch its own Lightbox-style box in the page that contains that iframe. I’m thinking this can’t be possible, because the iframe contains the contents of the other URL and whatever Lightbox that URL launches has to fit within the iframe. Thanks.
This question isn’t about popping up an iframe inside a Lightbox; rather, it’s about
Share
It is not possible for the
<iframe>to interact with its parent frame if the two frames are on different domains.