What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » how to make hotmail opens in firefox?

Pages: (2): « First [ 1 ] 2 » Last »
how to make hotmail opens in firefox?
Author: Message:
kennyH
New Member
*


Posts: 5
Joined: Nov 2006
O.P. how to make hotmail opens in firefox?
Not sure if i need a script to do this, but is there a way to make hotmail open i firefox, when i press the mail button in messenger?

i think i could do this before, but i forgot how to...

now when i press it, it opensin IE.
12-12-2006 07:00 PM
Profile E-Mail PM Find Quote Report
Matti
Elite Member
*****

Avatar
Script Developer and Helper

Posts: 1646
Reputation: 39
31 / Male / Flag
Joined: Apr 2004
RE: how to make hotmail opens in firefox?
This has been asked multiple times, please search the forums first!

To answer your question, this is not possible with Plus! Live. StuffPlug 2 used to have this feature (under the name of "let Messenger use my default browser") and it will also be included in 3rd next version for Windows Live Messenger, which will be released "soon" (Anders said it won't be released this month yet, but maybe in January '07?)

Well, I think the best thing you can do is just bookmark your Hotmail in your favourite browser and use that one. And if you don't want to, you just have to wait! 8-)
Plus! Script Developer | Plus! Beta Tester | Creator of Countdown Live | Co-developer of Screenshot Sender 5

Found my post useful? Rate me!
12-12-2006 07:08 PM
Profile E-Mail PM Web Find Quote Report
Oxy
Veteran Member
*****

Avatar

Posts: 1368
Reputation: 24
30 / Male / Flag
Joined: Jul 2006
RE: how to make hotmail opens in firefox?
Im sure it's possible using /command though? Maybe a script?
[Image: dotlukas.gif]
12-12-2006 07:15 PM
Profile E-Mail PM Find Quote Report
kennyH
New Member
*


Posts: 5
Joined: Nov 2006
O.P. RE: how to make hotmail opens in firefox?
thanks, and i did try to search for it, but didnt find anything that answered my questions...

but now as you say it, it could have been the stuff plugin...
i guess ill just have to wait for the 3rd to come out.
12-12-2006 07:16 PM
Profile E-Mail PM Find Quote Report
MicroWay
Senior Member
****

Avatar
Do you want me? Try to get me!

Posts: 571
Reputation: 16
36 / Male / Flag
Joined: Jul 2006
Status: Away
RE: how to make hotmail opens in firefox?
I know there is a script that closes IE and open other "explorer" with the link that would open in IE
12-12-2006 07:20 PM
Profile PM Find Quote Report
EBFL
Full Member
***

Avatar
;o

Posts: 486
Reputation: 67
31 / Male / Flag
Joined: Oct 2006
RE: how to make hotmail opens in firefox?
quote:
Originally posted by kennyH
Not sure if i need a script to do this, but is there a way to make hotmail open i firefox, when i press the mail button in messenger?

i think i could do this before, but i forgot how to...

now when i press it, it opensin IE.
Im not 100% sure but im sure it opens your default browser, which in your case is IE. set FireFox as your default :grin:
I'm awesome

12-12-2006 07:23 PM
Profile PM Find Quote Report
Zahid™
Senior Member
****

Avatar

Posts: 954
Reputation: 18
– / Male / Flag
Joined: Nov 2005
RE: how to make hotmail opens in firefox?
quote:
Originally posted by EnglandBoyForLife.
quote:
Originally posted by kennyH
Not sure if i need a script to do this, but is there a way to make hotmail open i firefox, when i press the mail button in messenger?

i think i could do this before, but i forgot how to...

now when i press it, it opensin IE.
Im not 100% sure but im sure it opens your default browser, which in your case is IE. set FireFox as your default :grin:
No that does not work, it will only make links open if Firefox not your mail. It uses IE. Read what Mattike said.
[Image: Zahid.png]
12-12-2006 08:04 PM
Profile PM Web Find Quote Report
TheGuruSupremacy
Full Member
***

Avatar

Posts: 367
Reputation: 19
33 / Male / Flag
Joined: Nov 2006
RE: RE: how to make hotmail opens in firefox?
quote:
Originally posted by MicroWay
I know there is a script that closes IE and open other "explorer" with the link that would open in IE


yes but i deleted that script(created by me)because it made impossible
work with internet explorer...it closed all internet explorer window and open the internet explorer's urls in a default browser...I'm trying to do a patch to open link directly in a default browser but i have found a lot of problems doing it...until next tuesday i can't work on it because i'm very busy this week...however i hope the patch(i think it will be a patch and no a script)will be available soon
12-12-2006 10:30 PM
Profile PM Find Quote Report
Spunky
Former Super Mod
*****

Avatar

Posts: 3658
Reputation: 61
35 / Male / Flag
Joined: Aug 2006
RE: how to make hotmail opens in firefox?
code:
var Shell = new ActiveXObject("WScript.Shell");

function OnEvent_ChatWndSendMessage(ChatWnd, Message){
   if(Message.substr(0,6)=="/fmail"){
     Shell.run("firefox http://hotmail.com);
     return "";
   }
}


Just stay signed into hotmail in FF and it'll work

This post was edited on 12-12-2006 at 10:48 PM by Spunky.
<Eljay> "Problems encountered: shit blew up" :zippy:
12-12-2006 10:46 PM
Profile PM Find Quote Report
Jesus
Scripting Contest Winner
****

Avatar
Koffie, my cat ;)

Posts: 623
Reputation: 15
37 / Male / Flag
Joined: Jul 2005
RE: how to make hotmail opens in firefox?
that will work for the /fmail command, but not from the contactlist mail button.

btw I would like that button to open thunderbird :P not firefox
12-12-2006 11:17 PM
Profile PM Find Quote Report
Pages: (2): « First [ 1 ] 2 » Last »
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On