在顶部框架中打开灯箱

时间:2011-03-17 08:17:18

标签: javascript jquery html iframe lightbox

我在我的网站上添加了一个iframe页面。 iframe中的页面具有打开灯箱的功能,现在当然可以在iframe中打开。

iframe内容是否有可能打开顶部框架上的灯箱? (在包含此iframe的页面上)

1 个答案:

答案 0 :(得分:0)

如果通过javascript打开,请使用

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

如果是锚链接,则添加

target="_top":