我有一个带有 iframe 的页面,并且在这个 iframe 的内容中,所有窗口都有重定向,我该怎么做?
试过:
window.location.href = 'logged.html';
如果页面是在框架或向上打开的,我可以得到吗?
if(isiframe) window.top.location.href
- - 解决方案 - -
if($("#cboxOverlay", top.document).length > 0)
if($("#cboxOverlay", top.document).css("display") != 'none')
window.top.location.href = '{{ path('portada') }}';