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
|
|