session过期后登陆页面跳出iframe页面问题

登陆页面增加javascript:
function window.onload()
    {
        if(window.parent.length>0)
         window.parent.location=location;
    }

转载于:https://www.cnblogs.com/shenyunjun420/archive/2009/09/29/1576400.html

你可能感兴趣的:(session过期后登陆页面跳出iframe页面问题)