![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX Desktop for Dummies Questions & Answers Questions regarding GNOME, KDE, CDE, Open Office, etc go here. All UNIX and Linux Newbies Welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| launching script via REXEC | JohnMurdoch | UNIX for Dummies Questions & Answers | 3 | 08-20-2008 02:42 AM |
| Launching Several Shells.... | marconi | Shell Programming and Scripting | 1 | 03-05-2008 04:24 PM |
| Launching a new bash shell | gsd | Shell Programming and Scripting | 3 | 07-20-2006 01:30 AM |
| Alternative ApplicationSwitchers and Toolbars | sysera | Linux | 2 | 04-06-2004 03:00 PM |
| launching OSX apps in UNIX | madknowledge | UNIX for Dummies Questions & Answers | 3 | 09-24-2002 12:07 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
||||
|
||||
|
Launching Firefox (2.0) with No Toolbars + URL?
I'm using Firefox 2.x on Gentoo Linux 2008. 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 as to where to start? I'm not a web developer, so be gentle with me. |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
On possible answer but it's not completely right...A friend suggested one approach.
A friend suggested one approach. Just save this into a file and call it something.html (in my case it's zimbra.html):
Code:
<SCRIPT type="text/javascript" > window.open('http://email.mydomain.com', 'Zimbra', config='height=768,width=1024,status=yes') </SCRIPT>
Code:
'firefox -browser /home/deckard/Desktop/zimbra.html &' |
|
#3
|
|||
|
|||
|
You can use XULrunner to run completely customized "skins" with no navigation bars etc.
|
|||
| Google The UNIX and Linux Forums |