简体   繁体   中英

Open Lightbox in top frame

I'm including a page on my site with an iframe. The page in the iframe has the functionality to open a lightbox, which now of course opens in the iframe itself.

Is there a possibility that the iframe content opens the lightbox on the top frame? (On the page that includes this iframe)

if it's opening via javascript, use

window.top.location = "http://destination-url.com"; 

if it's a anchor link, then add

target="_top":

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM