Open a browser window with a different icon

I normally have many browser windows and tabs open at the same time. My job requires quick context changes.
I would like to open a window that has a different icon in the tool bar so I can get to that one quickly.
Putting an icon with a preset urls works great but I would like this one session to have a unique icon that stand's by itself in the toolbar.
I'm using Windows 7 but may need to do this with *nix systems in the future.

HI nynjnc,
Thank you for your question. I understand that you would like an icon in the toolbar that opens a session/window pretty quickly.
There is an icon in the customize menu in the new Australis menu that is titled "New Window" that would open a blank window.
However if you are looking to open a specific page try this add on: [https://addons.mozilla.org/en-US/firefox/addon/custom-buttons/?src=search Custom Buttons]
Post back to let other users know if this worked for you!

Similar Messages

  • Opening a browser window with Java

    Is there a way I can open a Browser Window (with a specific html document) from Java? Thanks.

    Use Runtime.exec(cmd) with the following command:
    Under Windows 9x:
       command.com /C" start "urltofile.html"Under other Windows:
       cmd.exe /C [start] "urltofile.html"  (start is needed when url begins with 'http://")

  • Opening a Browser Window with no Address Bar

    Hello All,
    I am working on an application which needs to open a new browser window. I need to hide the URL from the user.
    Right now, I can open the window with no toolbar or address bar with the following command:
    String cmd = "cmd.exe /c start javascript:window.open('http://www.google.ca','main','menubar=0,location=0,toolbar=0,personalbar=0,status=0,scrollbars=1,resizable=yes')";
    However, this first opens up a blank window and then the window with no address bar. If I make the command:
    String cmd = "cmd.exe /c start javascript:window.open('http://www.google.ca','main','menubar=0,location=0,toolbar=0,personalbar=0,status=0,scrollbars=1,resizable=yes';window.close();)";
    then the user is asked if they wish to close the first blank window.
    Does anyone know how to open a new browser window via the command line without the annoying extra window?

    It works with the following command but the new browser window isn't in "focus".
    cmd.exe /c start javascript:window.open('http://www.google.ca','main','menubar=0,location=0,toolbar=0,personalbar=0,status=0,scrollbars=1,resizable=yes');window.opener=top;window.close();
    Ryan

  • Is it possible to open 2 Firefox windows with a different set of tabs at start-up?

    I would like Firefox to open two separate windows at start-up, each containing a different set of tabs.
    Is there a way to do this?

    If you close Firefox with these open and start Firefox with the windows from last time yes.
    It is also possible to select the active tabs/windows by selecting the Home page to be "Use Current Pages".
    *[[How to set the home page]]

  • Open New Browser window with "Server Behavior"

    I know how to open a link in a new browser window by going to
    the Behaviors panel. The site I'm working on is using PHP, so
    instead of a Behaviors panel all it shows is a "Server Behaviors"
    panel. Under the "Server Behaviors" there is't an option to open a
    link in a new browser window. Should I be looking someplace
    different or is there another way to add this function to a link?
    Thanks in advance for any help!

    horsethiefbasin wrote:
    > I know how to open a link in a new browser window by
    going to the Behaviors
    > panel. The site I'm working on is using PHP, so instead
    of a Behaviors panel
    > all it shows is a "Server Behaviors" panel. Under the
    "Server Behaviors" there
    > is't an option to open a link in a new browser window.
    Should I be looking
    > someplace different or is there another way to add this
    function to a link?
    >
    > Thanks in advance for any help!
    >
    Makes no difference whether youre working on a php site or an
    ordinary
    htm site you still open a new browser window in exactly the
    same way.
    windows>behaviours>open browser window

  • When I click on an Icon on my desktop to take me to a site (such as google) I get a message that it could not find the loaction. Then it goes ahead and opens a Firefox window with the site anyway as if the message never happened.

    When I click on an Icon on my desktop to take me to a site (such as Google) I get a message that it could not find the location. Then it goes ahead and opens a Firefox window with the site anyway as if the message never happened. Then when I close the window I see that the message is still there. I have to close it separately. Any suggestions? Oh, and this only happens if Firefox is NOT already active. If I have another Firefox window open when I click on the Icon, it just opens as expected. This message appears no matter which site Icon I select. It did not happen before I upgraded to ver 9.0.

    Hello BassoonPlayer,
    Since you are using one of the the school's Macbooks, it is quite possible that the time and date are not properly set on the computer that you are using.  FaceTime will not work if you do not have the proper time zone set up for the location that you are in.  This past week, there were a two other Macbook users I've helped by simply telling them to set the Date/Time properly.  By the way, you described your problem very well, which makes it easier for us to help you.  Hope this solves your problem -- if not, post back and I can suggest other remedies.
    Wuz

  • Opening a browser window from a CHM (Win7)

    Hi All,
    I'm having a problem where a script we've had for years to open a special window (sized, no browser buttons, etc) for certain content is no longer working correctly in Windows 7.
    Here is the script:
    function OpenWindowSize(strUrl, u_width, u_height) {
    var w_width = ",width=" + u_width;
    var w_height = ",height=" + u_height;
    var strOptions = "scrollbars=yes,resizable=yes"
    strOptions += w_width;
    strOptions += w_height;
    strOptions += ";";
    var newWin = window.open(strUrl, "newWin", strOptions);
    //     newWin.document.close();
      newWin.focus();
    WinXP & Vista: a link within a CHM correctly opens a new window with only scroll bars, and resizable, with the specified dimensions (e.g. u_width=500, u_height=700)
    Win7: a link opens in a regular browser window with full menus, etc and not sized to the specified dimensions. An error also displays in the CHM file.
    CHM error message (snippet): 'newWin' is null or not an object.
    A developer managed to get the CHM error to go away by adding if (newWin != null) above the focus() line.
    He also managed to prove that the problem only exists within CHMs. When the same javascript is used in plain HTML, the window is called correctly, as per the WinXP & Vista example above.
    Does anyone know how to get my script working in Win7 so that it is sized correctly and doesn't have the menus/buttons?
    Thanks,
    Amber

    Hey All,
    I just got a message from PatricioV2, for this...I totally forgot to come back to the forum...I was so busy trying to work out the solution that now, I forget the specifics, but I did find out that there is NO WAY to customize a pop-up window from a CHM with IE 9 or 10 installed...any pop-up will have ALL the browser timings. And since I didn't want that effect, I abandoned that idea and pursued a different solution.
    However, I was able to use jQuery Colorbox...which really surprised me. But even with this, you cannot use "linked" images from the stylesheet so the controls don't show...so, you need to "style" the elements with color values (i.e. background, borders, etc.).
    Also, and very important, if your content is in an IFRAME in the CHM (which mine was), you MUST use a jQuery technique to get your colorbox to work on the PARENT window...otherwise, the colorbox effect will happen ALL INSIDE THE IFRAME...
    ...and on a side note: the code in the original post is very close to the code I was using...but all I needed to do was define the value of NULL and the script worked without any errors (which is in a post above)...but not being able to style the pop-up just ruined it for me...

  • Why does email hypertext in PDF open web browser window in addition to email client?

    Using FrameMaker 10, I created the following hypertext: message URL mailto:[email protected] I then printed to PDF. When I click the link in the PDF it opens an email client message window (what I want) but also opens a web browser window with mailto:[email protected] in the address bar (what I don't want). Why would it open both? I don't know if this is a Frame issue (more likely), an Acrobat issue (less likely), or a browser issue (not likely). I hope I'm just missing something easy here.

    Should have given the following info earlier...running Win 7 64-bit with Outlook 2010 and Acrobat X Pro. That being said the path to verify "mailto" is different but it is set up fine. Same with Acrobat X Pro...settings are fine.
    Also, in reply to Harry28586 this is happening with Firefox, not IE (I should have mentioned that as well).
    I've found plenty of threads searching online regarding issues with email links in Acrobat on Win 7 machines with Outlook...many suggest editing the registry. I have no problem doing that but this is a work laptop and we have a don't-fix-it-yourself policy. So I'll keep looking. Thanks for all the suggestions.

  • Safari 5.1 -- 'Open at Login' not opening a browser window?

    I have Safari set to open at login (right-click Safari in the Dock > Options > Open at Login). When I reach my desktop, the Safari icon in the Dock bounces and the spotlight lights up as expected, but Safari does not open a browser window -- I have to click the Safari icon or click File > New Window to see a window.
    I've used Open at Login with Firefox and Mail and have never experienced this issue; the application window always opens. I've also tried disabling Safari's extensions and resetting Safari's settings (Safari > Reset Safari) with no luck.
    I know I can probably trick Safari by adding a shortcut to my homepage to the Dock and have that open at login, but I would like to resolve this if I can. Any ideas?

    I found this discussion about three or four months ago. I was having the same problem with Safari not opening, along with my other login items.
    The tip posted by Linc on Oct 3, 2011 9:22 AM, resolved the issue.
    Thanks Linc!
    HOWEVER... Today, all of the sudden... Out of out of the blue... I have the same problem, again!?
    I tried removing, then re-adding, the URL file from the log in items, automatic open list.
    It did not work?
    Does anybody have any ideas/solutions regarding this issue? This is becoming VERY aggravating!

  • Is it possible to open a browser window from an applet?

    Hi,
    this might seem a simple beginners question to you, but to me it is more like a nightmare.
    Is it possible to have a link in an Applet that opens up a new browser
    window with a fixed address??
    If yes, can anybody tell me how? or where can I find documentation about it?
    Please help me.
    Thanks.
    dunja

    myApplet.getAppletContext().showDocument(URL url, String target);
    TARGET:
    "_self" Show in the window and frame that contain the applet.
    "_parent" Show in the applet's parent frame. If the applet's frame has no parent frame, acts the same as "_self".
    "_top" Show in the top-level frame of the applet's window. If the applet's frame is the top-level frame, acts the same as "_self".
    "_blank" Show in a new, unnamed top-level window.
    name Show in the frame or window named name. If a target named name does not already exist, a new top-level window with the specified name is created, and the document is shown there.

  • Open a browser window in the same window

    Hello everybody, I have a question:
    I want to open a browser window from an applet. Not in a new window but in the same window.
    I already know about the
    getAppletContext().showDocument(new URL("http://java.sun.com"), "_blank");
    applet-instruction but it opens the html page in a new window. I have already proved changing the "_blank" parameter for "_self" or "_parent" but stills the same: it's opened in a new window. Does anybody could help me please?
    Thanks

    public void showDocument(URL url)
    Replaces the Web page currently being viewed with the given URL. This method may be ignored by applet contexts that are not browsers.
    Parameters:
    url - an absolute URL giving the location of the document.
    Applet must be running in a browser for this to work. More information at this website
    http://java.sun.com/j2se/1.4.1/docs/api/

  • New Window Opening Behind Browser Window

    I have produced a page in DW3 for an artist where you click
    on a thumbnail and it opens a new window with an enlargement of
    that image. (I use the DW3 javascript behaviour to do this).
    When I test it on my browsers the windows open in front of
    the main browser window and all is hunky dory.
    When my client does the same, she claims that some of the
    windows open in front of the main browser window but some open
    behind the browser window and are obscured. She says she perceives
    a "flash" if the new window opens behind the browser window. She is
    using Firefox 2.0.9.17
    Has anyone experienced this behaviour and figured out a
    fix?

    .oO(spiro_t)
    >I have produced a page in DW3 for an artist where you
    click on a thumbnail and
    >it opens a new window with an enlargement of that image.
    (I use the DW3
    >javascript behaviour to do this).
    >
    > When I test it on my browsers the windows open in front
    of the main browser
    >window and all is hunky dory.
    >
    > When my client does the same, she claims that some of
    the windows open in
    >front of the main browser window but some open behind the
    browser window and
    >are obscured. She says she perceives a "flash" if the new
    window opens behind
    >the browser window. She is using Firefox 2.0.9.17
    >
    > Has anyone experienced this behaviour and figured out a
    fix?
    Usually the user/browser decides where new windows/tabs will
    be opened.
    But why open a new window at all? Why not use something like
    Litebox?
    Micha

  • Opening new browser window

    Hi,
    this piece of code use to work for opening a new browser, but now it has problem in opening browser window. There is no exception thrown, can anyone has suggestion whats wrong in this. I am using JRE1.3. I have a feeling that something is conflicting with IE (I tried on 5.0,5.5,6.0)
    thanks
    Syed
    try
    URL url = new URL(urlString);
    applet.getAppletContext().showDocument(url, "_blank");
    } // End of Try
    catch(MalformedURLException e)
    logs("Exception in opening new browser window: " + e);
    } // End of Catch

    Same here.
    Worked fine under IE5.x to IE6, JRE 1.3.x to 1.4. OS used were W2k and WinXP, no prob here.
    Now on some PCs the windows don't pop up anymore. No exception, no indicator of what's going wrong.
    Any hints?
    J�rgen

  • How can I open a new window with the same website like the one I have open?

    In safari I can open a new window with the same website like the one I have open, that makes it easy continuing to navigate on a website and to go back to the original website

    Hello Andieas
    Why open a new window for fast browsing??
    Open new tabs.
    Just right click on what you want to open and click "Open in new Tab"
    It is easy and doesn't consume memory from your computer as well as easy to navigate.
    Hope you'll like it

  • How i can open a browser windows using a button in jsf ?

    Hi
    Thank you for reading my post
    how i can open a browser windows using a button in jsf ?
    for example if i want to open a window which will show http://www.mywebsite.com?name=TestName&family=TestFamily
    and before opening the window i need to set those two variables.
    can some one help me with a solution ?
    thank you

    Hi Legolas,
    Please refer to the answer provided by Chris in the EA forums.
    Cheers
    Giri

Maybe you are looking for

  • ADOBE CREATIVE CLOUD CLEANER TOOL

    ADOBE CREATIVE CLOUD CLEANER TOOL  で削除したいのですが 削除する製品がないと表示されますが?どうすればいいでしょうか?イラストレーターcs4/5を削除したいのですが 起動しない為

  • The HP Deskjet 3050A All-In-One J611 series printer I just bought is not compatible with my Mac Book Pro.  What do I need to do?

    I recently purchased an HP Deskjet 3050A All-In-One J611 series printer and it is not compatible with the version of the operating system on my mac book pro.  I am currently running on OS X 10.4.11 and the printer is compatible with v10.5 or higher. 

  • How do I turn on word wrapping in iCal v.5.0.2?

    I am using Mac OS 10.7.3 Lion. I have some events in my calendar with more words than a line will allow. When I print out the calendar, the text is shortened like "Meeting Monica...day Dinner" instead of the full text "Meeting Monica for her birthday

  • Default value for choice list in af:query panel

    Hi all, I have af:queryPanel in which i made one choicelist with static list.i want to have the first value of the static list as a default value to the field in af:queryPanel.how can i achieve this. I am using jdev11.1.1.5 Thanks in advance

  • E75: Duplicates folders - but no incoming mails - ...

    Hi there, I read a lot of messages regarding E75 problems but didnt find similar problems to my ones. I bought the E75 two days ago and I am still trying to set up MFE. As it looks I get a connection to my mail server (Exchange 2007). I can see my ma