How do I open multiple tabs in one window

I am using Firefox version 5. At the top of the page where the tabs are there is not an icon to click on to that opens a new tab in the current window. There is a + symbol to the left of the tab but when I click on it a new window opens. Previously the + icon was to the right of the tab and when I clicked on it a new tab appeared but in the same window. Now I can only have multiple windows open......HELP!

Thank you, Barbara.  I found that I had to close the program after I turned on "allow floating documents" and restart, before I was able to go to "float all in windows". 

Similar Messages

  • How do I view multiple images in one window?

    How do I view multiple images in one window?  I want to compare images side by side, not in tabs.

    Thank you, Barbara.  I found that I had to close the program after I turned on "allow floating documents" and restart, before I was able to go to "float all in windows". 

  • Open multiple websites in one window

    I would like to open multiple websites in one window with multiple tabs using VBA in Excel.  My present code opens each website in a separate window.
    Sub Weather()
    ' Look at weather websites
        Dim URL As String
        Dim ie As Object
        URL = "http://cleardarksky.com/c/AnaheimCAkey.html?1"
        Set ie = CreateObject("InternetExplorer.Application")
        ie.Visible = True
        ie.navigate URL
        Set ie = Nothing
        URL = "http://www.goes.noaa.gov/GSSLOOPS/wcir.html"
        Set ie = CreateObject("InternetExplorer.Application")
        ie.Visible = True
        ie.navigate URL
        Set ie = Nothing
        URL = "http://www.weather.com/weather/hourbyhour/l/92886:4:US"
        Set ie = CreateObject("InternetExplorer.Application")
        ie.Visible = True
        ie.navigate URL
        Set ie = Nothing
        URL = "http://www.wunderground.com/cgi-bin/findweather/getForecast?query=92886"
        Set ie = CreateObject("InternetExplorer.Application")
        ie.Visible = True
        ie.navigate URL
        Set ie = Nothing
    End Sub

    Hi,
    It depends on your popup blocker (built-in or Addon toolbar), tabbed browser settings and IE security settings.
    See general tab of Internet Options, Tabs button.
    you can specify a target parameter in the navigate method to reuse the one IE window and open each site in a new tab (depending on your settings above).
    window.navigate method
    Regards.
    Rob^_^

  • How can I open many files in one window?

    how can I open many files in one window?

    Well when i do that, the fonts kinda stays whereas the size of the poster shrinks.
    But thanks for the help

  • Opening multiple tabs in one click

    Until the last update, I had the ability on some websites to click a link and it would open multiple links, each in its own tab at once. With the latest update, I lost that ability.
    The website I am talking about is www.farmtowngifts.com.

    Some menu entries are hidden by default and only show up if you use the keyboard to open the menu. Bookmark All Tabs is one of them and you see that entry if you use Alt + B to open the Bookmarks menu. You can see the same if you use Alt + F to open the File menu instead of pressing Alt and click the menu entry.

  • How can I open multiple "non-merged" firefox windows? With IE, I would use the "-nomerge" option. Is there something similar for Firefox?

    I use a website in my daily work activities that I need to have multiple sessions of the website open at any given time. Natively, I cannot have multiple sessions open in a single browser (separated tabs or separate windows) without one session taking over the other. Internet Explorer has a command line option (-nomerge) that will allow me to accomplish what I need. The target line of the IE shortcut properties would look like this:
    "C:\Program Files\Internet Explorer\iexplore.exe" -nomerge
    Is there a similar solution for Firefox?
    I am running Windows 7, IE11 and Firefox 26
    Thank you in advance,
    Robert

    Hello rpvincent, try
    * firefox.exe -new-window <url>
    (the url is without < >)
    see also : http://kb.mozillazine.org/Command_line_arguments
    thank you

  • Open Multiple JFrame in one window

    hi all.......
    I've developed one Java-Swing application with Menubar. If i click each menu item Im opening new JFrame. But i want to open this each JFrame in a parent JFrame. For example If i Click File->Open it will open new JFrame as separate, if i again click File->New , it will open another new JFrame for new. likewise it will open each JFrame for each menu item. But I want to open it in a parent window itself. My problem is same like MDI in VB.
    Kindly help me to proceed.........
    thankx.........
    kalai.

    I think you have to use JInternalFrame
    First declare
    JDesktopPane() desktopPane=new JDesktopPane();
    mainFrame.getContentPane().add("Center",desktopPane);
    mainFrame.setVisible(true);
    Simple way is to use Container
    if mnuNew is clicked
    JFrame templateFrame=new JFrame();
    Container container= templateFrame.getContentPane();
    the above frame is object of your <template> frame
    it will add everything in to Container including controls with actListeners
    Now call
    public void createInternalFrame(String title)
         try
         JInternalFrame iFrame=new JInternalFrame();
         iFrame.getContentPane().add(container);
    desktopPane.add(iFrame);
         iFrame.addNotify();
    iFrame.setMaximum(true);
         iFrame.setVisible(true);
    iFrame.setClosable(true);
         iFrame.setTitle(title);
    iFrame.setDefaultCloseOperation(iFrame.DISPOSE_ON_CLOSE);
         }//Try
         catch(Exception E)
    System.out.println("Error "+E);
    }//CreateInternalFrame

  • How do I get multiple reports in one window (using windows app)?

    Our users want to be able to launch a "package" of reports.  Meaning, that you can select more than one report to print/preview at once (using .Net 2.0 WinForms).  We are having a tough time getting more than one report to display in one window (or at least, with simple navigation). 
    Any suggestions?

    Hi Christian,
    Download Sample codes from [here|https://boc.sdn.sap.com/codesamples] and have a look to [Dev library|https://boc.sdn.sap.com/developer/library]
    Hope that helps!!
    Regards,
    Shweta

  • How can I open all webpages within one window, using tabs?

    As new user I am missing the opportunity to open a link with a new tab. Firefox opens it often within a new window. Using CTRL can solve it, but I'm not used to that.
    I used IE and IE has a setting to open everything within a new tab, instead of in a new window.
    Is something like that possible for Firefox?
    (I read something like that some website needs to be opened with a new window, because it would show better. To me that is nonsense, because I can decide for myself how to open a page.)
    So please add a setting for that, I think it would please more people than just me.
    TIA,
    Jaap

    In the Tools menu select Options to open the options window. In the options window go to the Tab panel and make sure the setting "Open new windows in a new tab" is selected.
    Firefox only has a small number of tab settings listed on the Options window, you can get far greater control over tabbed browsing by using an add-on. Some examples that greatly enhance tabbed browsing features are:
    * [https://addons.mozilla.org/en-US/firefox/addon/1122/ Tab Mix Plus]
    * [https://addons.mozilla.org/en-US/firefox/addon/59961/ Tab Utilities]
    * [https://addons.mozilla.org/en-US/firefox/addon/13288/ Super Tab Mode]
    * [https://addons.mozilla.org/en-US/firefox/addon/14439/ Tabberwocky]
    For more tab related add-ons go to https://addons.mozilla.org/en-US/firefox/extensions/tabs/

  • I can no longer open multiple tabs in a window but if a program opens another tab it will work but clicking on "new tab" does not work.

    That is the details. When I click on "new tab" it will not open a new tab in the current window. When I click on something that will open a new tab it works that way. I can open new windows, that is not problem This only happened the last week or so.

    This issue can be caused by the Ask<i></i>.com toolbar (Tools > Add-ons > Extensions)
    Your system details show that toolbar in the user agent as AskTbEPC/3.13.1.18107
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • Firefox opens multiple tabs, loses my loaded pages when I click on email addresses on web pages, I use a MacbookPro

    As above, opens multiple tabs, empty ones, takes several attempts to quit Firefox, can't restore my pages, checked my mailto settings they all fine.
    I use as gmail, macbookpro, snowleopard, always update as they come available etcalways used firefox only ahd this problem with this macbook, which is about a year old.
    Checked out the questions and they didn't help, Cheers!

    *https://support.mozilla.com/kb/Firefox+keeps+opening+many+tabs+or+windows

  • How can I actually open multiple tabs of the same site, instead of performing the new "switch to tab" action?

    For example, sometimes I would like to open multiple tabs of Google Maps to get directions to multiple locations, and I haven't found a way to do so without open a new instance of the browser. Thanks.

    This one colors tabs, but the author warns that it doesn't work with other tab-related extensions, so you probably need to keep searching for one that does everything you want:
    https://addons.mozilla.org/en-US/firefox/addon/colorfultabs/
    If you don't find a do-it-all extension, you can modify the tab titles with a userscript that is specific to that website. This is because the tab displays the text designated in the page as its title.
    You either could "hard code" the list of words for each of the pages, or you could have a script extract information from the page, for example, the first main heading, or some other predictable bit of data. The script then would insert your preferred wording as the title of the page and Firefox will show that on the tab.
    To see how that appears, so you know whether it would be useful, you could do this experiment:
    On a web page that has useless tab text, open the Web Console using command+alt+k (Windows: Ctrl+Shift+k). In the line at the bottom next to the caret, paste the following code and press Enter:
    document.title="Magic!";
    If you decide you want a script written for this, you could try the request forum on userscripts''.''org:
    [http://userscripts.org/forums/2 Ideas and script requests - Userscripts.org]
    Although some people offer small payments, that usually isn't necessary to motivate people to help.
    Let me give you a brief warning about that site, though: over the past year, a lot of popular scripts were duplicated and reposted with additional code that hijacks your Facebook account. Be cautious when installing scripts, check the reviews, make sure there are no references to Facebook.

  • How do I keep multiple tabs from loading all at once when I open Firefox?

    How do I prevent multiple tabs from loading every time I access Firefox? These are open tabs, but I do not want them to open simultaneously every time I want to open a new tab. Then I have to minimize each one in order to access other applications on my desktop. Please advise.

    Tools > Options -> General - Startup = select what you want Firefox to do on startup there
    '''Blank Page''' or '''Homepage''' ''(as long as those pages aren't all your Homepages)'' are alternatives to '''''windows and tabs from last time'''''
    Or as Vivek.Wilfred mentioned, upgrade to Firefox 8.0.1 where you have abother option - Don't load tabs until selected.

  • Preview; How can I open multiple PDF's in one window with Preview?

    How can I open multiple PDF's in one window with Preview?
    I have gone to Previews preferences and selected 'Open groups of images in the same window' and have tried every setting imaginable and nothing works. What am I doing wrong?

    Hi, a few ways..
    http://www.monkeybreadsoftware.info/Freeware/CombinePDFs.shtml
    http://www.monkeybreadsoftware.info/Freeware/CombinePDFs.shtml
    http://www.macosxhints.com/article.php?story=20060327192826493&lsrc=osxh

  • How to open multiple sessions for one user?

    Sorry for the silly question but I couldn't find it googling or searching through this forum, so I started wondering whether it's possible in SQL Developer to open multiple sessions for one user. I'm fairly new to SQL Developer and databases in general.
    When I open SQL Developer and connect to a schema, a worksheet opens named MYSCHEMA. If I disconnect then connect, another worksheet opens, named MYSCHEMA~1. I assumed these were different sessions, but if I enter into one worksheet:
    select col1 from my_table where row_id = 1
    -- shows result is 1
    update my_table set col1 = 0 where row_id = 1
    select col1 from my_table where row_id = 1
    -- shows result is 0and then enter into the second worksheet:
    select col1 from my_table where row_id = 1
    -- shows result is 0I would have expected the second worksheet to report 1 because the first worksheet did not issue a COMMIT. Thus, I'd guess both worksheets are the same session? Is that right? If so, how do I have two sessions open simultaneously (opened by same user)?
    I'm trying to implement the code at the bottom of this post, for which testing requires at least two sessions:
    Re: Help with Procedure
    Edited by: tem on Apr 18, 2012 6:44 AM

    Thanks Jim,
    Ctrl-Shift-N doesn't do anything for me. I'm on a mac -- by experimenting it looks like command-N does what you're looking for. This appears to be the same as left-clicking on the "New" icon in the top left corner of SQL Developer, or selecting from the pull-down menu, File > New.
    This opens "Create a New" window that appears to be a wizard. What would I select at this point? Options are: Database Connection, Table, View, Package, ...
    I don't see an option for "Worksheet".
    UPDATE:
    OK, I found that if I select "SQL File", a worksheet becomes available. Perhaps this is what you intended. However, when I issue the command
    select col1 from my_table where row_id = 1;it still returns 0 instead of 1. Hmm, maybe my initial assumption was wrong -- if this is a second (e.g. different) session, should I expect the changes made in the first session in SQL Developer (the UPDATE command) WITHOUT a commit, to be observed in this second session? I thought that changes made in one session were not viewable in a different session until these changes are committed in the first session? If so, how to show this in SQL Developer? I must be missing something basic here.
    Or, is SQL Developer issuing some sort of "auto-commit" without my knowledge?
    Edited by: tem on Apr 18, 2012 8:00 AM

Maybe you are looking for

  • Problem with JMFRegistry and jffmpeg

    Hi all, i want to transmit/receive video and audio withi H264 in the same time over RTP. I downloaded jffmpeg and pasted jffmpeg.jar and jmf.jar to JMF/bin directory, but when i go to registry this: Under the "Plugins" tab register the following "Dem

  • How to control page breaks in PDL documents

    We have a strange output in our Purchase Order that prints all but the last line on the same page.  The last line goes to the next page (usually page 2). How do I remedy this in the document structure?  I can't determine what's causing the document t

  • Where has my iPhoto library gone?

    I have downloaded the update for iphoto 11. When I opened the app, I found that ALL of my photo's had gone Where are they likely to be? Can I get them back? I hope so, because I don't have them backed up (very stupid of me) I have read and tried some

  • Blackberry desktop software 7.1 not working

    Hi, I am facing problems with desktop software 7.1. It is crashing again and again despite repeated installations> Following are the details: Description Stopped working Problem signature Problem Event Name: APPCRASH Application Name: Rim.Desktop.exe

  • Thunderbolt firmware update 1.2 continues to fail on MBP

    For months I have been repeatedly asked via software update to run the Thunderbolt Firmware Update 1.2. The update gray screen shows up, but before the status bar can complete, the computer restarts. Other users have gotten relief with unplugging the