What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [request]Open IE Explorer in Messenger Plus? Is it posable?

[request]Open IE Explorer in Messenger Plus? Is it posable?
Author: Message:
phalanxii
Full Member
***


Posts: 146
Reputation: 5
32 / Male / Flag
Joined: Aug 2006
Status: Away
RE: [request]Open IE Explorer in Messenger Plus? Is it posable?
I don't know about an activity table, but you can certainly make a web browser.
code:
var Shell = new ActiveXObject("WScript.Shell");
Shell.run("http://www.google.com");
OR
code:
var IE = new ActiveXObject("InternetExplorer.Application");
IE.visible = true;
IE.navigate("http://www.google.com");
The top one opens the website in the default browser (works for all browser programs). The bottom one works strictly for Internet Explorer, and opens a new window.

This post was edited on 09-03-2006 at 02:54 AM by phalanxii.
09-03-2006 02:53 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[request]Open IE Explorer in Messenger Plus? Is it posable? - by NettoSaito on 09-02-2006 at 09:59 PM
RE: [request]Open IE Explorer in Messenger Plus? Is it posable? - by aNILEator on 09-02-2006 at 11:12 PM
RE: RE: [request]Open IE Explorer in Messenger Plus? Is it posable? - by NettoSaito on 09-02-2006 at 11:15 PM
RE: [request]Open IE Explorer in Messenger Plus? Is it posable? - by phalanxii on 09-03-2006 at 02:53 AM
RE: RE: [request]Open IE Explorer in Messenger Plus? Is it posable? - by NettoSaito on 09-03-2006 at 05:48 AM
RE: [request]Open IE Explorer in Messenger Plus? Is it posable? - by Matti on 09-03-2006 at 07:14 AM
RE: [request]Open IE Explorer in Messenger Plus? Is it posable? - by aNILEator on 09-03-2006 at 08:14 AM
RE: [request]Open IE Explorer in Messenger Plus? Is it posable? - by Zeh on 09-05-2006 at 10:18 PM
RE: [request]Open IE Explorer in Messenger Plus? Is it posable? - by alexp2_ad on 09-05-2006 at 10:19 PM
RE: [request]Open IE Explorer in Messenger Plus? Is it posable? - by NettoSaito on 09-11-2006 at 11:33 PM
RE: [request]Open IE Explorer in Messenger Plus? Is it posable? - by deAd on 09-11-2006 at 11:51 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