Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
背景:我的 Java EE 项目在 Weblogic 上运行。有一个页面包含三个选项卡(使用 jQuery)。当用户单击时,每个选项卡都会加载特定的页面/文件。到目前为止一切正常。 但是,当用户会话超时时,登录页面会加载到当前选项卡区域。我的问题是如何不将登录页面加载到选项卡中(但就像一个新页面一样)。 非常感谢您的帮助/评论