What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » (Query) Opening links in default browser

(Query) Opening links in default browser
Author: Message:
Jimbo
Veteran Member
*****

Avatar

Posts: 1650
Reputation: 18
31 / Male / Flag
Joined: Jul 2006
RE: (Query) Opening links in default browser
you could use this to open websites in the default browser
code:
var Shell = new ActiveXObject("WScript.Shell");
Shell.run("http://www.google.com");

Just replace http://www.google.com with http://www.hotmail.com or whatever you want

Hope this helps

This post was edited on 09-26-2006 at 07:12 PM by Jimbo.
09-26-2006 07:11 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
(Query) Opening links in default browser - by kierant on 09-25-2006 at 05:09 PM
RE: (Query) Opening links in default browser - by Zahid™ on 09-25-2006 at 05:23 PM
RE: (Query) Opening links in default browser - by Keikonium on 09-25-2006 at 09:30 PM
RE: (Query) Opening links in default browser - by Ezra on 09-25-2006 at 09:51 PM
RE: (Query) Opening links in default browser - by deAd on 09-26-2006 at 01:12 AM
RE: RE: (Query) Opening links in default browser - by Three6Mafia on 09-26-2006 at 01:55 AM
RE: (Query) Opening links in default browser - by AmbulanceX on 09-26-2006 at 10:27 AM
RE: (Query) Opening links in default browser - by Jimbo on 09-26-2006 at 07:11 PM
RE: (Query) Opening links in default browser - by Ezra on 09-26-2006 at 07:17 PM
RE: (Query) Opening links in default browser - by Jimbo on 09-26-2006 at 07:27 PM
RE: (Query) Opening links in default browser - by cloudhunter on 09-26-2006 at 07:40 PM


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