iframe超时跳转

$(document).ready(function () {
            if (window.opener) {
                window.opener.location = "/startup/Login.aspx";
            }
            if (window.top != window) {
                window.top.location = "/startup/Login.aspx";
            }
        });


最后修改:2013 年 11 月 21 日
如果觉得我的文章对你有用,请随意赞赏