What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Skype & Live Messenger » Checking email in browser other than IE

Checking email in browser other than IE
Author: Message:
Orgrim Doomhammer
Junior Member
**

Avatar
For The Horde!

Posts: 67
35 / Male / Flag
Joined: Aug 2006
RE: Checking email in browser other than IE
use this script made from SpunkyLoveMuff, if I'm not wrong...

var Shell = new ActiveXObject("WScript.Shell");

function OnEvent_ChatWndSendMessage(ChatWnd, Message){
   if(Message.substr(0,3)=="/ie"){
     Shell.run("iexplore "+Message.substr(4,Message.length));
     return "";
   }
   if(Message.substr(0,3)=="/ff"){
     Shell.run("firefox "+Message.substr(4,Message.length));
     return "";
   }
}
then create a new quick text with /ff InboxURL.
so every time you wanna check your email, you just need to write /inbox or something like that.
07-18-2007 11:24 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Checking email in browser other than IE - by manu08 on 07-15-2007 at 11:08 PM
RE: Checking email in browser other than IE - by MattyRid on 07-15-2007 at 11:25 PM
RE: Checking email in browser other than IE - by davidpolitis on 07-17-2007 at 11:04 AM
RE: Checking email in browser other than IE - by CookieRevised on 07-17-2007 at 08:19 PM
RE: Checking email in browser other than IE - by Orgrim Doomhammer on 07-18-2007 at 11:24 PM
RE: RE: Checking email in browser other than IE - by davidpolitis on 07-19-2007 at 06:25 AM
RE: Checking email in browser other than IE - by Orgrim Doomhammer on 07-19-2007 at 10:04 AM
RE: RE: Checking email in browser other than IE - by davidpolitis on 07-20-2007 at 05:54 AM
RE: Checking email in browser other than IE - by vaccination on 07-20-2007 at 07:05 AM
RE: RE: Checking email in browser other than IE - by davidpolitis on 07-20-2007 at 07:08 AM


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