JQuery iBox (lightbox clone) and IFRAMES

Hi do you have many possibilities, can I open a lightbox (in this case iBox) from IFRAME and open a shortcut on the parent page?

sigh, I'm confused here!

+2


a source to share


1 answer


Only if you also control the parent page. If so, you can either call the methods directly using parent.foo()

, if in the same domain, or use, for example, easyXDM if in different domains.



Either way, you will have to load the correct scripts and css for the parent to do this.

+3


a source







All Articles