Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多
已解決 封存

Links

jscher2000 -... replied
bsort13

Previously, I was able to click on an image in a page, then it would appear below that pre-click. Then, if I wanted to view the image link, it would open that link in a new tab. Now, for some reason, when I try to click to the new location, it opens it in my existing tab, rather than a new tab. How can I fix that?

Previously, I was able to click on an image in a page, then it would appear below that pre-click. Then, if I wanted to view the image link, it would open that link in a new tab. Now, for some reason, when I try to click to the new location, it opens it in my existing tab, rather than a new tab. How can I fix that?

所有回覆 (1)

選擇的解決方法

I'm not sure whether this is a problem with Firefox's menu/settings, or with how the page is designed.

Built-in Features

One option is using the built-in context menu feature, right-click or Ctrl+click, then "Open Image in New Tab" to send the currently displayed image to a new tab.

Another option is using the built-in context menu feature, right-click or Ctrl+click, then "Open Link in New Tab" to send the link behind the image to a new tab.

Page Design

It sounds like you are clicking in an image gallery or image search results page. Pages can direct a link to a new tab using either target="_blank" in the link HTML, or by attaching the window.open() script command. These are usually invisible to you as the user.

It's possible that the behavior of the links in the page has changed, but it's hard for me to know unless it's a site I also use. If you want to force a link to a new tab, these are the usual methods:

  • right-click > Open Link in New Tab
  • Command+click (on Windows, Ctrl+click)
  • if your mouse has a middle button or scroll wheel, middle-click the link

For search sites, they often have a setting to choose whether to open in a new tab or same tab, in case that might be relevant.