javascript - Open Lightbox in top frame -


I am including a page on my site with an iframe. The IFrame page has the functionality to open a lightbox, which now opens in IFrame only.

Is there a possibility that iframe content opens the lightbox on top frame?

If it is opening through JavaScript, then use it Pre> window.top.location = "http://destination-url.com";

If this is an anchor link, then

  target = "_top":    

Comments