Home button opens a new window instead of just returning active tab to home

Running firefox 9.0.1 on Snow Leopard. After browsing for a short time clicking on the home button opens a new window instead of just returning theactive tab to home

Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
*Don't make any changes on the Safe mode start window.
*https://support.mozilla.org/kb/Safe+Mode

Similar Messages

  • Universal Worklist items open in new window instead of existing frame

    After our recent upgrade we noticed that workitems in Universal Worklist open in new window instead of existing frame.  Do you know if there is a system or universal setting to make all the workitems open in existing frame?  I know we can change the settings for parameters launchInNewWindow and openInNewWindow to "no" in XML files to fix this.   However, my concern is that I would need to do this for each and every task we use.  (still doable but wondering if there is simpler solution)
    Example: 
        <ItemType name="uwl.task.webflow.TS12300097.SAP_R3_CUSTOM_DEV" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="launchWebDynPro" executionMode="default">
          <ItemTypeCriteria systemId="SAP_R3_CUSTOM_DEV" externalType="TS12300097" connector="WebFlowConnector"/>
          <Actions>
            <Action name="launchWebDynPro" groupAction="" handler="SAPWebDynproLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="yes" launchNewWindowFeatures="resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
              <Properties>
                <Property name="WebDynproApplication" value="LeaveRequestApprover"/>
                <Property name="WebDynproDeployableObject" value="sap.com/ess~lea"/>
                <Property name="newWindowFeatures" value="resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no"/>
                <Property name="openInNewWindow" value="yes"/>
                <Property name="display_order_priority" value="5"/>
              </Properties>
              <Descriptions default=""/>
            </Action>
          </Actions>
        </ItemType>

    We downloaded uwl.standard.xml from UWL admin.  Made a copy and renamed file.  Changed all "launchInNewWindow" from "yes" to "no".  Uploaded new file in UWL admin.  Re-registered systems, cleared cache.  Not sure what exact line changed the behavior but the workitems no longer open in new window.
    We are still experimenting with file in our sandbox environment.

  • When I open a link in a website it opens as a new window instead of just staying on the same page

    In any website, when I click on a link it opens in a new window.this even occurs in google when I click any of the results it opens in a new window instead of just staying on the same page.tabs work fine however, it is just links on websites.

    Did you check the search settings on the Google Search Settings page?
    * http://www.google.com/preferences?hl=en
    ''Where results open: Open search results in a new browser window.''
    You can set the browser.link.open_newwindow pref to 1 to open links by default in the current tab.
    *http://kb.mozillazine.org/browser.link.open_newwindow (3)
    You can set this pref to 0 (zero) to do this for all widows opened via JavaScript.
    *http://kb.mozillazine.org/browser.link.open_newwindow.restriction (0)

  • GetURL opening in new window instead of frame

    Using Flash for a website for the first (always been just a
    backend php, asp, java programmer) and having the most frustrating
    time with what should be the simplest thing. I have a button that
    on the mouse down is supposed to load a link into another frame,
    but instead it opens a new window with the link. In the html file I
    have an iframe defined with the proper name, that matches the name
    placed in the actionscript. What am I missing?
    Here is the HTML Code:
    <iframe src="home.html" width="766" name="mainFrame"
    frameborder="0"><iframe>
    Here is the Actionscript Code:
    on (release) {
    getURL("new.html", "mainFrame");
    Thanks a lot for your help!

    I can help you there:
    on(release) {
    getURL("new.html","iframe","GET");
    Although if you have a name for your frame, it MIGHT be:
    on(release) {
    getURL("new.html","mainFrame","GET");
    Although personally I'd just keep with using a regular iframe
    without a name.

  • If i open a new window instead of a new tab, in the new window does not appear the menu tab

    i want to open new windows instead of tabs and in the new window should appear the menu tab and scrolling up and down, but now with the new version the menu tab does not appear and i cannot scroll up and down.

    Do you mean opening a window via the File menu (File > New Window) or do you always want to open links that you click on web pages in a new window?
    See also:
    *http://kb.mozillazine.org/Prevent_websites_from_disabling_new_window_features
    You can open the <b>about:config</b> page via the location/address bar.
    You can accept the warning and click "I'll be careful" to continue.
    *http://kb.mozillazine.org/about:config

  • How do you make a button open a new window?

    I am trying to create an action that opens a new window but cannot figure out how to do it. Does anybody have any help with where to start?

    Select a View-based Application give the name as Button & add a new file give the name SecondViewController,
    Write the following code in Button.m
    Import your SecondViewController , By writing statement
    #import "SecondViewController.h"
    - (void)viewDidLoad {
        [super viewDidLoad];
              UIButton *btnObj = [UIButton buttonWithType:UIButtonTypeRoundedRect];
              btnObj.frame = CGRectMake(40, 40, 70, 50);
              [btnObj setTitle:@"CLICK" forState:UIControlStateNormal];
              [btnObj addTarget:self action:@selector(nextView) forControlEvents:UIControlEventTouchUpInside];
              [self.view addSubview:btnObj];
              //[btnObj release];
    -(void)nextView{
              SecondViewController *secObj = [[SecondViewController alloc]initWithNibName:@"SecondViewController" bundle:nil];
              [self presentModalViewController:secObj animated:YES];

  • Links open in new windows instead of tabs.

    When browsing the internet, if I'm using a browsing session from a previous day, when I select to open a new link as a new tab, it will open in a new window instead.
    In my case, I put my work computer to sleep yesterday evening and started using it again this morning. Now all my links try to open in a new window even if I specifically choose to "Open Link in New Tab".
    This is extremely annoying.

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    * Don't make any changes on the Safe mode start window.
    * https://support.mozilla.com/kb/Safe+Mode
    * [[Troubleshooting extensions and themes]]
    If it does work in Safe-mode then disable all extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    * Use "Disable all add-ons" on the [[Safe mode]] start window to disable all extensions.
    * Close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")
    In Firefox 4 you can use one of these to start in <u>[[Safe mode]]</u>:
    * Help > Restart with Add-ons Disabled
    * Hold down the Shift key while double clicking the Firefox desktop shortcut (Windows)

  • Exit button - Opens a new Window

    Portal experts,
    We are facing some problem with exit button in the standard iViews like Bank, personal data.
    When we click on the exit button, it is opening a new window rather than coming out of the iView. I searched for sap notes, didnt find anything.
    can anyone faced this problem?
    Please help us.
    Cheers
    Jay

    Hello Jay,
    Yes you make the settings using Work Protect Mode in the Portal. If you don't want to open a new window you need to configure workprotect mode.
    Simply follow this Note 734861 - WorkProtect Mode - Global Settings
    Let me know in case you face any issues.
    Vijay

  • Logoff button opens a new Window

    Hi gurus,
    we have newly installed EP 6.0 SP20. When we try to logoff the portals with the log off button, a new window is opened and the logoff takes a lot of time to actually logoff. The new window is open even after the delayed logoff. Has any one faced this issue and is it a known issue and does it have a fix or suggest take it up with SAP as i have not found anyrelated notes
    Please Advise
    regards
    raj

    Hi,
    logoff portal issue are also ""common"" in EP7.
    With the EP7 SP6 or 7, sorry I can not exactly remember, we were experiencing log off problem using IE6.
    Mozilla were working.
    With SP 11, log off option works on both Mozilla and IE 6, opening a new window and log off quite quickly.
    Here's my little experience.
    Fabien.

  • When I click on an email link it opens in the email window instead of opening a new window, how to get it to open a new window instead

    It's Comcast email, most links are to articles from the Wall Street Journal. Lately an email from Charles Schwab broker with a link to a pdf file has been doing the same. When I click on the link, it opens within the email frame, which is about 1/3 filled up with the toolbar, mailboxes, headings etc. If it opens with 2 bars on the right side to move down, I can see the whole article, but often it opens with only one bar on the right side which will not let me get all the way to the end of the page.
    It's been happening for several weeks. I got a new computer and it's still happening. Comcast sounds like they've never heard of it. Most recently happened today. I tried the same email link with IE and it opened a new window.

    Firefox sent an email to me to confirm that I had asked the above question. The email had a link to click. When I clicked it from Firefox, nothing happened. Then I opened IE, signed into Comcast, opened the email, clicked the link, and it brought me here.

  • Links opening in new window instead of new tab

    I'm running Safari Windows 4.0.4. I would like to use multiple tabs within one browser window. However, while in one tab, if I click on a link, it opens a new Safari window. I want it to open another tab. I have the "open links from applications" set to open in new tab, however, I can't find a setting for opening a new tab within sarafi itself. I hate that it opens a new window. Anyone point me in the right direction so that it opens a new tab in the same window?

    Is there a way, then, that the Safari team could add an option to the General tab that would default the click-on-link behavior to be the same as CTRL-click? I'm certain that adding such a feature would be insanely easy?
    Great browser Apple ... really like it; but could you please fix this in a service-pack soon?
    Thanks!
    -Max

  • With 2 tabs open, how can I go to the home page for the tab I'm on, instead of both home pages opening in new windows

    I have two tabs, each one set to a homepage. when I am browsing on one of the tabs, and want to go back to the homepage on that tab. when I hit the homepage icon, the home page opens on this tab, and the other homepage opens in a new tab, een though it's one on the first tab already. In IE, there's a drop down box which allows you to select a home page to open. is that available?
    thanks

    You can create two separate bookmarks on the Bookmarks Toolbar if you want to open those pages individually.
    See [[Bookmarks]]

  • When i click a link on any web page mozilla opens a new window instead of opening the link on the opened window?

    when clicking on any link on any webpage a new window opens.
    Eg. On the bbc home page if you click "news" a new window opens instead of going to the news page of the web.

    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).<br />
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]<br />
    <br />
    If it does work in Safe-mode then disable all your extensions and then try to find which is causing it by enabling one at a time until the problem reappears.<br />
    You can use "Disable all add-ons" on the [[Safe mode]] start window to disable all extensions.<br />
    You have to close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")<br />

  • How do i make a button open a new window...

    Hi,
    I'm making some very basic login software and i want the program to open up a new window when the "Login" button is pressed and then display a message saying whether the login was successful or not.
    Any help would be appreciated but i would love some code to help me see how to do it and help me on my way.
    Cheers.

    what do you exactly need, the "how to create and display a frame"? I bet your program already has a frame, so I suspect you know how to do that. Well, just do it again.
    Note: if its just a plain message you wish to display to the user, the easiest way will be by using javax.swing.JOptionPane, look for the showXxxx methods.
    If the question was more "how do I know when my button get pressed", take a look at that other question: http://forum.java.sun.com/thread.jsp?forum=57&thread=156406

  • Yahoo Search Links Opening in New Windows Instead of Existing Window

    This literally happened withn the last hour. I've done some Yahoo searches, and when I click the link, instead of opening it in the existing window like it always does, it opens the links in new windows.
    Is this something I did inadvertendly? How can I fix this? I don't want to have to right click to open in a new tab in the same window.

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    * Don't make any changes on the Safe mode start window.
    * https://support.mozilla.com/kb/Safe+Mode
    * [[Troubleshooting extensions and themes]]
    If it does work in Safe-mode then disable all extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    * Use "Disable all add-ons" on the [[Safe mode]] start window to disable all extensions.
    * Close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")
    In Firefox 4 you can use one of these to start in <u>[[Safe mode]]</u>:
    * Help > Restart with Add-ons Disabled
    * Hold down the Shift key while double clicking the Firefox desktop shortcut (Windows)

Maybe you are looking for