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

放在登录页面

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