Suppress new windows: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
m (category)
(Correct blatantly incorrect information; add Fx1.5 directions)
Line 7: Line 7:
#Change the value to ''true'', restart Mozilla Suite and you are done
#Change the value to ''true'', restart Mozilla Suite and you are done


== Firefox ==
==Mozilla Firefox 1.0.x==
#Go to [[about:config]] (through your Location Bar)
#Go to [[about:config]] (through your Location Bar)
#Right-click anywhere in the browser and select "New -> String"
#Right-click anywhere in the browser and select "New → Boolean"
#Paste in ''browser.block.target_new_window'' for the preference and ''true'' for the value
#Paste in <tt>browser.tabs.showSingleWindowModePrefs</tt> for the preference and choose ''True'' for the value
#Change the value to ''true'', restart Firefox and you are done
#Use the now-visible settings under &ldquo;Tools &rarr; Options &rarr; Advanced &rarr; Tabbed Browsing &rarr; Force links that open in new windows to open in...&rdquo; to control how new windows are treated.
 
==Mozilla Firefox 1.5==
Use the settings under &ldquo;Tools &rarr; Options &rarr; Tabs &rarr; Force links that open new windows to open in&rdquo;.


== See Also ==
== See Also ==

Revision as of 21:23, 19 October 2005

If you want to make full use of tabbed browsing then you know how annoying it is when a new window opens after clicking on a target="_blank" link. Do not fear! Firefox and Mozilla Suite have everything you ever wanted built in!

Mozilla Suite

  1. Go to about:config (through your Location Bar)
  2. Put browser.block into the filter bar
  3. Now right-click on browser.block.target_new_window's value and choose modify
  4. Change the value to true, restart Mozilla Suite and you are done

Mozilla Firefox 1.0.x

  1. Go to about:config (through your Location Bar)
  2. Right-click anywhere in the browser and select "New → Boolean"
  3. Paste in browser.tabs.showSingleWindowModePrefs for the preference and choose True for the value
  4. Use the now-visible settings under “Tools → Options → Advanced → Tabbed Browsing → Force links that open in new windows to open in...” to control how new windows are treated.

Mozilla Firefox 1.5

Use the settings under “Tools → Options → Tabs → Force links that open new windows to open in”.

See Also