Ce site disposera de fonctionnalités limitées pendant que nous effectuons des opérations de maintenance en vue de vous proposer un meilleur service. Si un article ne règle pas votre problème et que vous souhaitez poser une question, notre communauté d’assistance est prête à vous répondre via @FirefoxSupport sur Twitter, et /r/firefox sur Reddit.

Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

En savoir plus

How to stop opening a new tab from a link in a frame?

more options

I make use of an application that allows me to open a website in a frame within a tab. As long as i click on a link that let's me stay on that webpage the site stay's within the frame. But if the link revers to another website/url i get a new tab instead of the website being opened within the frame. I have figured out how to block opening a new tab or window, but i cannot find out if i can do the same with a frame.

I make use of an application that allows me to open a website in a frame within a tab. As long as i click on a link that let's me stay on that webpage the site stay's within the frame. But if the link revers to another website/url i get a new tab instead of the website being opened within the frame. I have figured out how to block opening a new tab or window, but i cannot find out if i can do the same with a frame.

Solution choisie

This is difficult to test because in most cases I get this error trying to force external links to open in the iframe:

Load denied by X-Frame-Options: <URL> does not permit cross-origin framing.

Anyway, since the built-in setting doesn't do what you want, I think you will need to "hack" the framed pages to modify the link destinations using an add-on, either an extension or a userscript.

Lire cette réponse dans son contexte 👍 1

Toutes les réponses (3)

more options

What method did you use for this:

Tiemen said

I have figured out how to block opening a new tab or window, but i cannot find out if i can do the same with a frame.

For example, did you modify this preference to force links targeted toward a new window back into the same tab:

(1) In a new tab, type or paste about:config and press Enter. Click the button promising to be careful.

(2) In the filter box, type or paste link.o and pause while the list is filtered.

(3) There are three similarly named preferences for different scenarios, we're going to focus on the first one, but I mention the others in case you have a question when you see them:

(A) browser.link.open_newwindow - for links in Firefox tabs

3 = divert new window to a new tab (default) 2 = allow link to open a new window 1 = force new window into same tab <== Does this work?

(B) browser.link.open_newwindow.restriction

0 = apply the setting under (A) to ALL new windows including script windows with features (dialog windows) 2 = apply the setting under (A) to normal windows, but NOT to script windows with features (default) 1 = override the setting under (A) and always use new windows

(C) browser.link.open_newwindow.override.external - for links in other programs

-1 = apply the setting under (A) to external links (default) 3 = open external links in a new tab in the last active window 2 = open external links in a new window 1 = open external links in the last active tab replacing the current page

You might want to choose 2 for this one after testing the first change.

Does that do what you want?

more options

Dear Jscher2000,

I tried all these solutions but this seems not to work for a page with frames.

I have a webpage and on this page a frame has been defined and in it a webpage is running. This page is functioning normaly. The moment i click on a link that leads me away from this page a new tab or window is being openend. I don't want this to happen. It should open this new page in the excisting frame.

kind regards Tiemen

more options

Solution choisie

This is difficult to test because in most cases I get this error trying to force external links to open in the iframe:

Load denied by X-Frame-Options: <URL> does not permit cross-origin framing.

Anyway, since the built-in setting doesn't do what you want, I think you will need to "hack" the framed pages to modify the link destinations using an add-on, either an extension or a userscript.