通过 window.open 重新加载选项卡后聚焦选项卡?

发布于 2024-11-07 16:54:09 字数 211 浏览 0 评论 0原文

在我的网络应用程序中,我使用通过 window.open 打开的新选项卡。有时,具有目标名称的选项卡已在后台打开,而 window.open(..., "sametarget") 仅重新加载它,这很好 - 但选项卡在重新加载后仍保留在后台,这不是。有什么办法(JavaScript?window.open参数?)让它在重新加载后到达前台吗?或者浏览器安全禁止这样做? 我正在 IE7 / IE8 中尝试这个。

In my webapp I work with new Tabs I open with window.open. Sometimes, a tab with the target-name is already open in the background and the window.open(..., "sametarget") only reloads it, which is fine - but the Tab stays in the background after reloading, which is not. Is there any way (JavaScript? window.open parameter?) to get it to the foreground after reloading? Or is this prohibited by browser security?
I am trying this in IE7 / IE8.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

也只是曾经 2024-11-14 16:54:09

window.focus() 能解决您的问题吗?


编辑

可能不是:可以设置JavaScript 中 IE7 中的选项卡焦点

Does window.focus() solve your problem?


EDIT

Possibly not: Possible to set tab focus in IE7 from JavaScript

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文