Monday, May 20, 2024
 Popular · Latest · Hot · Upcoming
189
rated 0 times [  196] [ 7]  / answers: 1 / hits: 36457  / 13 Years ago, thu, june 2, 2011, 12:00:00

Is it possible to open a new tab in Firefox (in background) using window.open(http://www.google.com) function, and remain the current tab?



Thanks for any help


More From » html

 Answers
126

You can't open tabs in the background using javascript because this is set in the user's preferences in about:config, which you have no control over. The setting is:



browser.tabs.loadDivertedInBackground=true

[#91901] Wednesday, June 1, 2011, 13 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
lailab

Total Points: 706
Total Questions: 102
Total Answers: 95

Location: Falkland Islands
Member since Mon, Jul 13, 2020
4 Years ago
;