|
Vitae Enchanter
Joined: 17 Jun 2005 Posts: 673 Location: New York
|
Posted: Wed Oct 29, 2008 11:25 pm
force #URL to use FireFox with IE set as Default? |
Was wondering if there was a way to force #URL to open Firefox rather than IE.
I don't have the option of setting Firefox as the default browser for work related reasons. |
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Thu Oct 30, 2008 12:00 am |
Nope, zMUD calls your default browser. You might be able to do something with the #DDE stuff (see the help file), or by launching Firefox directly with #LAUNCH if it can accept command line arguments. Unfortunately, Firefox doesn't have any Windows COM-based interface that I'm aware of (because it's cross platform and not just for Windows).
|
|
|
|
Vitae Enchanter
Joined: 17 Jun 2005 Posts: 673 Location: New York
|
Posted: Thu Oct 30, 2008 2:40 am |
Perfect!
#LAUNCH {"C:\Program Files\Mozilla Firefox\firefox.exe" "www.mozilla.org"} |
|
|
|
Zhiroc Adept
Joined: 04 Feb 2005 Posts: 246
|
Posted: Thu Oct 30, 2008 3:58 am |
This seems to work, but I didn't reset my default web browser:
#DDE Firefox WWW_OpenURL http://www.zuggsoft.com |
|
|
|
ralgith Sorcerer
Joined: 13 Jan 2006 Posts: 715
|
Posted: Thu Oct 30, 2008 3:30 pm |
Both of those methods will work, though I myself prefer #LAUNCH. Not that Firefox isn't my default browser anyways ;)
I have an alias called ieurl that forces something to open in IE (I've used it maybe twice... gah IE sucks!)
#ALIAS ieurl {#LAUNCH {"Path to IE here" "%-1"} |
|
_________________ CrossOver: Windows Compatibility on Mac and Linux CMUD Advocate |
|
|
|
Vitae Enchanter
Joined: 17 Jun 2005 Posts: 673 Location: New York
|
Posted: Thu Oct 30, 2008 3:52 pm |
ralgith wrote: |
gah IE sucks! |
Agreed, but when the sites that I use for work require that IE be used because they are to stupid to make it work for FireFox as well....well, no choice in the matter :-) And i know default has nothing to do with opening IE, but sometimes i need to open html files and that needs to be in IE...whole load of crap that prevents me from changing the default.
I have the IE Tab addon in FireFox, but it don't always work 100% with the sites or I'd always use FireFox. ;-) |
|
|
|
ralgith Sorcerer
Joined: 13 Jan 2006 Posts: 715
|
Posted: Thu Oct 30, 2008 6:44 pm |
Well, if its because of ActiveX... Even more reason to hate it! :D
|
|
_________________ CrossOver: Windows Compatibility on Mac and Linux CMUD Advocate |
|
|
|
|
|