What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Link on toast window

Link on toast window
Author: Message:
Roli_
New Member
*


Posts: 5
Joined: Jun 2006
O.P. RE: RE: RE: Link on toast window
quote:
Originally posted by alexp2_ad
quote:
Originally posted by murph
Roli_ did you get permission from Messenger World to modify their script?

Messenger World is modified from World Cup Script by my permission, so being the author of World Cup Script, I give him permission to make minor modifications to this minor modification of my script. ;)

Here's how to make a toast link to a site:

code:
somefunctionoreventusingatoast(){
MsgPlus.DisplayToast("Toast Title","Toast message!  Click me!",'','OpenSite');
}


function OpenSite(){
new ActiveXObject('WScript.Shell').run('http://www.google.com');
}


thanks a lot :)
07-15-2006 04:55 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Link on toast window - by Roli_ on 07-04-2006 at 02:19 PM
RE: Link on toast window - by Ezra on 07-04-2006 at 02:21 PM
RE: Link on toast window - by Roli_ on 07-07-2006 at 02:22 PM
RE: Link on toast window - by murph on 07-07-2006 at 05:00 PM
RE: RE: Link on toast window - by alexp2_ad on 07-07-2006 at 06:16 PM
RE: RE: RE: Link on toast window - by Roli_ on 07-15-2006 at 04:55 PM
RE: Link on toast window - by matty on 07-07-2006 at 05:05 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