Multiple browser

I use multiple tabs in my browser. I have many and I would like to have two browsers each having different home pages. Is it possible to have two or more Firefox browsers on my MacBook and open them independently from one another? I would like to have one set up for several home pages for business and another browser for personal use. Currently I use Firefox for business and Safari for personal use. I would prefer Firefox for both purposes separately.

You can add -no-remote to the command line to open another Firefox instance with its own profile and run multiple Firefox instances simultaneously.
*http://kb.mozillazine.org/Opening_a_new_instance_of_Firefox_with_another_profile
*https://developer.mozilla.org/Mozilla/Multiple_Firefox_Profiles

Similar Messages

  • Multiple Browser Support in Webcenter

    What are the code changes that are to be made to have Multiple browser support in Webcenter?
    what is done in Webcenter to provide to browser independent UI
    e,g in jsp , we usually write javascript
    if browser is this, do this
    else do this
    kind of logic

    Even When I use JSTL and have modified the code to the following
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:c="http://java.sun.com/jsp/jstl/core"
    xmlns:fn="http://java.sun.com/jsp/jstl/functions"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
    <jsp:directive.page contentType="text/html;charset=UTF-8"/>
    <f:view>
    <af:document id="d1">
    <af:form id="f1">
    <c:choose>
    <c:when test="${fn:containsIgnoreCase(header('User-Agent'), 'MSIE 6.0')}">
    <c:out value="Its IE6"/>
    </c:when>
    <c:otherwise>
    <c:out value="Its others"/>
    </c:otherwise>
    </c:choose>
    </af:form>
    </af:document>
    </f:view>
    </jsp:root>
    i get error on compile that says
    Error(12,16): The function "header" for prefix "" can not be found in the specified tag library.

  • UIShell Dynamic tabs vs multiple Browser tabs ?

    Hi all,
    Can someone explain what is exactly benefits we have by using dynamic tabs, compare to multiple browser tabs ?
    Can anyone give an example of the problems encountered when using multiple browser tabs ?

    ADF does support multiple browser tabs but you must design your application carefully. See: http://one-size-doesnt-fit-all.blogspot.com.au/2011/10/pageflowscope-with-unbounded-task-flows.html
    As for the UIShell vs multi browser tabs, it's a UI design question. Once upon a time Mozilla Thunderbird used to open emails in separate windows (= multi browser tabs) and now uses inline tabs (= UI Shell). Which is the right way? Neither, depends on your user requirements.
    CM.

  • If I have multiple browser windows open (not tabs, windows) and I close 1 of them, why do ALL browser windows close?

    If I have multiple browser windows open (not tabs, windows) and I close 1 of them, why do ALL browser windows close?

    How are you closing the window?
    Are you using the File menu or the close X on the title bar?
    Use Alt + F to open the File menu with the Close Tab entry visible (doesn't work with the mouse).

  • Best way to approach... Wizards and Multiple Browser Windows?

    How have others got / would others get around the following problem?
    I have a 4 page custom-built wizard to collect information about people and then, on the final step, insert that information into my PERSONS table. I use the same 4 pages as an Update wizard as well (I have a hidden item which is set either to 'CREATE' or 'UPDATE' depending on whether the wizard is in CREATE "mode" or UPDATE "mode" which I can then use in conditions to tell the app which process to run.) This works nicely and by using the same 4 pages for both my update and create wizards it means I need half as many pages.
    When a user enters page 1 of the wizard in UPDATE mode, pages 1, 2, 3 and 4 are populated with details of the person record they are updating. They can then change the values they wish, navigate to the end of the wizard with the "Next" button and then save the changes.
    When a user enters page 1 of the wizard in CREATE mode, I clear the cache for pages 1, 2, 3 and 4. The user can then navigate through the pages using the Next button and then click "Save" to save the new person (perform the INSERT into the DB).
    The problem comes when the user is half way through an update wizard and then, for some reason known only to the user, decides to open a new browser tab/window and start a Create Wizard in this new tab. Starting the Create Wizard has the effect of clearing the cache for the 4 pages which is an issue for when the user goes back to his other tab and tries to continue with the Update Wizard he was half way through (because all the items will have been NULLed). This problem occurs essentially whenever the user initiates one wizard (CREATE or UPDATE) when he is already half way through another one: One of the wizards is always going to get "messed up".
    I would be interested to hear how others have dealt with this problem in the past? Somehow limit the user to having one Wizard open at a time? Or something else?
    All/any comments/thoughts/suggestions much appreciated,
    Thanks
    Andy

    Hello,
    Well the easiest way around it is user education. Just put an information blurb on the right that says.
    >>
    Running this wizard in multiple browser windows or tabs will/could cause malformed data to be saved.
    >>
    Just like when you do online credit card transactions and they tell you not to click twice or you get charged twice.
    The problem is that the same browser , if in different windows or different tabs, will share the same session.
    You could maybe store all your information in a collection or something and not save or clear cache till the end, but that seems like overkill, just put some text in there that says don't do this!
    Carl

  • How to disable Refresh,Reload in browser and user should not allow to multiple browser sessions ?

    Dear All,
    How to disable Refresh,Reload in browser and end user should not allow to multiple browser sessions in portal.Where we need to configure the settings or any code in masthead or any other component. My server version is 7.4 - SP5 .Please help us.
    Thanks for advance,
    BR,
    Durga Rao.

    Dear all,
    i am able to logoff the click refresh button on keyboard.I am using this code to log off the user into the portal.
    document.onkeydown = function(e)
      var key;
      if (window.event) key = event.keyCode
      else
      var unicode = e.keyCode ? e.keyCode : e.charCode
      key = unicode
      switch (key)
      { //event.keyCode
      case 116: //F5 button
        LSAPI.sessionPlugin.logoff();
      event.returnValue = false;
      key = 0; //event.keyCode = 0;
      return false;
      case 82: //R button
      if (event.ctrlKey)
    LSAPI.sessionPlugin.logoff();
      event.returnValue = false;
      key = 0; //event.keyCode = 0;
      return false;
      case 91: // ctrl + R Button
    LSAPI.sessionPlugin.logoff();
      event.returnValue= false;
      key=0;
      return false;
    Thanks.
    But i am unable to control the multiple windows opening the browser.So any one can tell me the how to block the new window and new tab/duplicate tab option.
    BR,
    Durga Rao.

  • Creating multiple browser windows in Flash or Dreamweaver

    I created a Flash site with several scenes. Is there a way to
    command and code in Flash via Action Script and/or Javascript the
    creation of multiple browser windows each holding one of the scenes
    upon the release of a button corresponding to a respective scene?
    Can this be done in Dreamweaver alternatively? If so how? Can it be
    done at all?
    Thanks so much.
    Jody W

    Hi Gorka:
    I’m finally able to focus on your suggestions and
    hopefully finally finish my site. Just to make sure I’m clear
    on your advice using a scene called “paintings” as an
    example, I discard my earlier code such as <PARAM name =
    “FlashVars” value = “jodysite_paintings.swf =
    paintings”>, and replace it with the code you suggest that
    would look like this once completed (below)?
    <PARAM name = “FlashVars” value =
    “jodysite_paintings.swf =<?php echo $_GET[' paintings
    '];?>”>
    <EMBED FlashVars = "jodysite_paintings.swf=<?php echo
    $_GET['paintings'];?>"></EMBED>
    And in the Actions window for the button that would open a
    new browser window upon release for the “paintings”
    scene, the Actionscript for that button would read:
    getURL("javascript:window.open('
    http://www.jodywidelitz.com?scene=paintings','Paintings',
    toolbar = no, menubar = no, scrollbars = yes, location = no,
    fullscreen=yes, width=1024,height=768); void(0); "_blank", "GET");
    if(paintings != undefined){
    gotoAndStop(paintings, 1); 1 is for frame 1
    This is the way I have the code now, but I developed a glitch
    as soon as I changed the code. My preloader stays caught up in a
    continual load that won’t finish, and won’t advance to
    the next scene. It was working before I entered any FlashVars
    coding. So the Flash movie embedded in Dreamweaver stays blank.
    Also, I am using the original Flash MX and Dreamweaver MX from
    2002-2003. By some chance, does this earlier version of Flash MX
    not recognize FlashVars? I do have the DOCTYPE as <!DOCTYPE HTML
    PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> to allow any
    deprecated code, etc.
    Thanks again,
    Jody

  • Suggestion regarding appearance on multiple browser

    Heya, my website lacks in its appearance on multiple browser. I have created an image using Adobe Photoshop. is that the reason??

    Welcome to the forum.
    As this particular forum is for discussing the actual Adobe Forums, themselves, I would post to the Photoshop Forum: http://forums.adobe.com/community/photoshop
    I would also post screen-caps of your Web page, in each of the test browsers, to address the differences.
    Good luck,
    Hunt

  • Since updating to 3.6.11 I can't open multiple browser windows. Windows 7 Pro

    Using Win 7 Pro I've always been able to open multiple Firefox browser windows. Since updating to Firefox 3.6.11 I can only open one window at a time. I can still have multiple windows open using Internet Explorer or Chrome.

    Do you have that problem when running in the Firefox SafeMode? <br />
    [http://support.mozilla.com/en-US/kb/Safe+Mode] <br />
    ''Don't select anything right now, just use "Continue in SafeMode."''
    If not, see this: <br />
    [http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes]

  • ColdFusion server script in multiple browser tabs

    When I run the ColdFusion server example in multiple browsers I am unable to grab sessions in each tab other then the first.  See screen shot for error message.  However if I disable cookies then I can run as many tabs as I want.  Can anyone tell me if there is a work around for this?  It has to do with the http call that is made in account manager initializes.  In all other tabs except the first one when the http call is made it returns with an unexpected result, with the tag "meeting-info" in the result.
    Any help is appreciated.
    -chris    

    I have just tried and I am not seeing the problem you are having.
    Anyway, the symptoms you are describing let me think you are doing something with session cookies.
    Any web application that uses session cookies would show those "symptoms": you login to FaceBook,GMail,YahooMail, etc. from one browser and then open another tab or window and access the same site you'll see you are automatically "already logged in" as the original users.
    Call this a bug or a feature, but this is how browsers works. This still doesn't explain how you are having a problem with server-side calls when you open multiple tabs, unless you are storing the accountManager object in the session (that is ok, if you want to save on server-to-server calls).
    But even if that is what you are doing, I still don't understand what your real problem is. Assuming you are trying to run multiple rooms under the same account, the first request to the AFCS server will ask to authenticate and all the others will be already authenticated. And this is working as expected.

  • Multiple browser or viewer windows

    I am editing a project in the timeline with A-b roll. When viewing the track and reduce the opacity on one track at a certain point, I no longer can see the other track unless I restore the opacity. What I am getting at is that the time it takes to go back to look for the other track is lengthy. Elongated by the rendering time. Question: Is there a way to always view both tracks, in other words is it possible to assign V1 to one browser and V2 to another.? Is there such a thing in FCE HD?
    I have one external monitor that I use.
    Please advise, thank you.

    While FCP has a multi-cam editing feature, FCE doesn't. Probably the simplest method of editing multiple cameras/tracks in FCE is to place them in their own track in the Timeline and sync them. It works better to place the video that you'll being keeping most of on the bottom track. Once that is done, double-click the highest track to load it into the Viewer window. Click on the Motion tab and set the scale to about 50% and use the Center contrrol to position it in one corner. This gives the classic "Picture-in-Picture effect, but you'll just use this during the edit.
    As you go through the Timeline, cut and delete the parts of that clip that you don't want to keep. When you're done, select (highlight) all clips on that track, right-click on one and choose "Remove Attributes" from the contextual menu. Then click on "Basic Motion." All clips should return to 100% size and be centered. While all clips are still selected, you can Shift+drag them to the track below, making it easier to add transitions if needed.
    -DH

  • Applescript to get the Url's of Safari for multiple browser instance??

    Hi All,
    am trying to get the URL's of the opened windows in more than one instance of Safari.
    I have got the script to get the url's of single instance, Pls suggest the same for multiple instances of safari browser with different windows opened for each instance. current code am uisng:
    tell application "System Events"
              set theURL to URL of current tab of window 1 
    end tell

    Try this:
    set theURLs to {}
    tell application "System Events"
        get id of processes whose name is "Safari"
        repeat with thisID in result
            tell (process 1 whose id is thisID)
                tell windows
                    copy value of text field 1 of group 2 of tool bar 1 to the end of theURLs
                end tell
                tell (windows whose name contains "abc")
                    click button 1 -- close
                end tell
            end tell
        end repeat
    end tell
    theURLs

  • Multiple browser-filled images?

    I'm stumped.  Can Muse create a site such as this one?  http://grindspaces.com/
    I'm trying to create something similar with a bkg. image on each anchored section within a single page website like the above.  How do they get multiple, separate images to browser fill like that?  So far I've been playing with Muse to attempt such an effect but to no avail.
    Thanks!

    Thanks for the help.
    So if I understand correctly, you're saying create one large image in Photoshop by vertically attaching all of those images to each other and save it in one single document?  I considered that would possibly be one way, but wouldn't that make for an extremely large file to load?  Even when optimized as such?
    Also, If that is what you are instructing to do, I'm not seeing how the TomokEnergy site was built that way.  The site doesn't seem to have been built with one large PS image, but rather several sitting on top of each other such as the GrindSpace.com site I referenced above.  I'm seeing http://www.tomokenergy.com/images/image1.jpg and http://www.tomokenergy.com/images/image2.jpg for example as single elements.
    What am I not getting?

  • Multiple browser instances receiving same session ID

    I am using Firefox with OC4J, and I've discovered that multiple simultaneous instances of the browser are receiving the same session ID. This is a pretty serious problem I beleive, as it prevents the ability to safely store one browser instance's state information safely in the session. In other words, one browser instance's behavior can stomp on another browser instance's state data.
    Does anyone know what criteria OC4J is using to determine session IDs, and whether to create a new session or deliver an existing one?
    Thanks,
    Brad

    Tugdual,
    Another comment -- the case where the cookie does not exist or is expired isn't the problem. The problem is when the cookie is valid and another browser instance is opened. Since the browser instances access the same cookie, you have no way of knowing on the server side that you are actually talking to two different browser instances. Hence, any storage of state information that is contextual has the potential to be stomped on by the other browser instances.
    In my case, one browser instance (the result of a new window spawn in a UIX page) was knocking over the original window, because it was overwriting some important state infomration.
    Brad

  • When I have multiple browser windows open - but in the "minimized" mode - and I want to open up one of them for viewing, ALL of the windows automatically open as well. How do I prevent this annoying function. I cannot find it anywhere in the options.

    This does not appear to be a system issue, but rather a functional aspect of the browser windows. E.g., if I have 7 browser windows open to different sites... and all are Minimized, and I decide to open one to study, THEY ALL POP OPEN automatically. I am using Firefox v3.6.8 on Windows 7. This is an annoying behavior of the browser, and I am sure it can be somehow "turned off" but cannot determine how to do that. I have looked through all options. I am not a techie, but have reasonable proficiency with software apps.

    This can happen if you drag a tab slightly down in the browser window while clicking.
    Firefox has a feature called tear-off tabs
    You can detach a tab from the current window and open it in a new window by dragging a tab in the browser window.
    You can also do this via the right-click context menu of a tab: Move to New Window
    You can drag that tab back to the tab bar in the original window to undo that detaching.
    * https://addons.mozilla.org/firefox/addon/bug489729-disable-detach-and-t

Maybe you are looking for

  • Ios6 wifi thing fixed atleast for me

    downloaded update to itunes plugged in iphone erased the phone and restored it wifi issue went away perhaps doing it from the phone has an issue? as we speak im restoring my phone through wifi on icloud

  • Moving iTunes library to new pc on Windows 8

    I have moved my library across using an external hard drive and following these instructions http://support.apple.com/en-us/HT4527 It still doesn't work and I get an error message saying "The iTunes Library.itl file cannot be found or created. The de

  • PO Last Purchase Price ??

    Hi ! currently I'm working on a P.O. Report. My query is :- I want to display the last purchase price of the P.O.. For this requirement, I've joined the tables EKKO & EKPO, sorted on material & plant. And now I want to fetch the last purchase price f

  • Acrobat Reader Zoom is Sluggish

    I am using the current / updated version of Adobe Acrobat Reader and have had this issue on two computers running first Win 8 and now 8.1. When viewing PDF documents (smaller in size) and images the zoom out function takes 2 minutes to go from 150% t

  • WRT54GS Not Connecting to the PC During Setup

    WRT54GS Not Connecting to the PC During Setup Someone please Help me!! I Have a laptop im trying to set up wirelessly through this Router and having problems. When following the setup disc it keeps coming up that it cant find the router although i ha