Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

Want to open links in a new tab not a new window.

  • 4 답장
  • 14 이 문제를 만남
  • 6 보기
  • 최종 답변자: Blinkyman

more options

When using a mouse I know I can middle click (wheel) and the web-link I am clicking will open in a new tab. I also know I can drag that link to the + sign on the tab bar and it will open. But while using the Keyboard only, when I want to open a webpage link in a new tab, it always opens in a new window, why?

I noticed while searching in Mozilla Support that hitting any box opens in a new tab ( this is the effect I want) why does this not happen on other webpages?

I may be answering my own question here but could it be the one 'NewsNow' website that is causing my problem?

When using a mouse I know I can middle click (wheel) and the web-link I am clicking will open in a new tab. I also know I can drag that link to the + sign on the tab bar and it will open. But while using the Keyboard only, when I want to open a webpage link in a new tab, it always opens in a new window, why? I noticed while searching in Mozilla Support that hitting any box opens in a new tab ( this is the effect I want) why does this not happen on other webpages? I may be answering my own question here but could it be the one 'NewsNow' website that is causing my problem?

선택된 해결법

As I wrote above, that Tabs setting only applies to links that have a target window specified. You can right-click the link and check the code in the Inspector.

If there is an 'ev' button appended then this means that JavaScript events are tied to the link.

문맥에 따라 이 답변을 읽어주세요 👍 1

모든 댓글 (4)

more options

The setting in Tools > Options > Tabs: "New pages should be opened in": "a new tab/window" is for links that specify a target window for opening a link. The browser.link.open_newwindow pref only affects links that specify a target window. You can use the browser.link.open_newwindow pref to divert links that specify a target to the current tab or a new tab. The browser.link.open_newwindow.restriction pref allows to divert (onclick) JavaScript window.open() links. Links that do not specify a target always open in the current tab unless you override that with a middle-click or Ctrl (Mac: Cmd) left-click (new tab) or Shift left-click (new window).

There are also extensions that have options how a link is opened, so you can check out the Add-ons website.

more options

Menu> Option> General> Tabs item 1 checked - Open new windows in a new tab instead

- doesn't seem to work for me :o ??

more options

선택된 해결법

As I wrote above, that Tabs setting only applies to links that have a target window specified. You can right-click the link and check the code in the Inspector.

If there is an 'ev' button appended then this means that JavaScript events are tied to the link.

more options

I'm a 2 month newbie to Firefox and loving it, but my mouse died while on holiday so exploring into corners of my keyboard never seen before :o

Thanks for the assistance, much appreciated.

Retired & still learning everyday :-))