Closed Bug 116434 Opened 23 years ago Closed 23 years ago

[RFE] window.opentab()

Categories

(Core :: JavaScript Engine, enhancement)

x86
All
enhancement
Not set
normal

Tracking

()

VERIFIED DUPLICATE of bug 105409

People

(Reporter: bugs, Assigned: rogerl)

References

()

Details

I've searched for a Javascript command that would open up a tab for a new page,
instead of just a new window for a new page.  So far, nothing on Mozilla.org. 
I'm putting this in because what I would like to do is put in a checkbox
whenever Mozilla 0.9.8+ is active, for example:

... I just pull up this page!

MOZILLA DETECTED!  [ ] Launch below comics in seperate tab
Summary: RFE: window.opentab() → [RFE] window.opentab()
This has already been requested and it seems that it won't be implemented.



*** This bug has been marked as a duplicate of 105409 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Marking Verified. Also see bug 101487 for a global user pref:


------- Additional Comment #18 From Antoine Labour 2001-09-29 13:02 -------
Just add in your prefs.js the following line :

  user_pref("browser.tabs.opentabfor.middleclick", true);

If you want to open a new tab when you enter a new URL in the location bar, add
the following line :

  user_pref("browser.tabs.opentabfor.urlbar", true);
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.