Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×
User Journal

Journal eno2001's Journal: ASK [/.]: Launching Firefox (2.0) with No Toolbars + URL? 2

I am going to be making a change here at work so that I no longer use a mail client, but use our web mail system. It may not be ideal compared to running Thunderbird, but I need to learn the web app enough to train users on more advanced features. The only way to do that is to live with the web app every day. My main annoyance with running most web apps (AJAX, Flash, what have you...) is that the browser always has the navigation toolbar, and the bookmarks toolbar at the top which makes any of these things feel less like an app and more like a web page. This is especially fruitless when you're not supposed to use the navigation bar to move around the app.

So what I'd like to do is launch Firefox pointed specifically at the web mail app's URL where it will open in a window with only the bottom status bar showing and nothing else. Ideally, even the menu should be gone. I've seen people do this with pop-up ads, and I imagine that's done on the web server side. But is there any other way to do it? I looked through the firefox command line options and nothing seems to touch on this. I suppose even a local HTML file that is opened by the browser would be good enough, but where do I even start with that? I imagine that would be fairly simple. Any suggestions?

This discussion has been archived. No new comments can be posted.

ASK [/.]: Launching Firefox (2.0) with No Toolbars + URL?

Comments Filter:
  • A friend suggested one approach. Just save this into a file and call it something.html (in my case it's zimbra.html):

    <SCRIPT type="text/javascript" > window.open('http://email.mydomain.com', 'Zimbra', config='height=768,width=1024,status=yes') </SCRIPT>

    That brings up my web mail app in a popup window. But it also opens a new browser tab or window in my running browser first for the zimbra.html document. I also tried launching it from the command line like this:

    'firefox -b
  • profiles (Score:3, Informative)

    by Randle_Revar ( 229304 ) * <kelly.clowers@gmail.com> on Thursday August 21, 2008 @12:23PM (#24690953) Homepage Journal

    I think you could make a new profile (firefox -CreateProfile webapp), hide the toolbars, and then make a shortcut to launch with that profile. (firefox -P "webapp"). The profile should remember that you turned off the toolbars.

    http://kb.mozillazine.org/Command_line_arguments [mozillazine.org]

    I don't how to get rid of the menu bar completely, but you could use F11 to put it in full screen mode, so the menu bar only appears if you move your cursor to the top of the screen (fullscreen state isn't saved in the profile, though). I think the toolbar-free windows that ads make maybe can't exist without a normal parent window. I know there is some way to make a bare parent window by manipulating the XUL chrome, because the old extension version of vimperator did it.

Anyone can make an omelet with eggs. The trick is to make one with none.

Working...