What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Request] ..:Help for scriptfunction!!:..

1 votes - 5 average   [Request] ..:Help for scriptfunction!!:..
Author: Message:
Jumpfreakske
Junior Member
**

Avatar
Hardstyle!!!

Posts: 62
Reputation: -7
31 / Male / Flag
Joined: Jan 2007
O.P. RE: RE: [Request] ..:Help for scriptfunction!!:..
This is the code for opening this 3 links in your browser: for example:

code:
function OnWndAboutEvent_CtrlClicked(Wnd, sControlId){
    if(sControlId == "lnkSite"){
        new ActiveXObject("wscript.shell").run("http://msgpluslive.net");
    }
    else if(sControlId == "lnkForum"){
        new ActiveXObject("wscript.shell").run("http://shoutbox.menthix.net");
    }
    else if(sControlId == "lnkContact"){
        new ActiveXObject("wscript.shell").run("http://shoutbox.menthix.net/contact");
    }
}

But instead of opening this links in your browser,
I want people, when they click on this 3 links' they reveive
a message in their chatwindow that says 'For more information go to shoutbox.menthix.net'

This post was edited on 12-19-2007 at 09:54 AM by Jumpfreakske.
12-19-2007 09:27 AM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Request] ..:Help for scriptfunction!!:.. - by Jumpfreakske on 12-18-2007 at 11:09 PM
RE: Help for scriptfunction - by aNILEator on 12-18-2007 at 11:30 PM
RE: RE: Help for scriptfunction - by Jumpfreakske on 12-18-2007 at 11:32 PM
RE: [Request] ..:Help for scriptfunction!!:.. - by davidpolitis on 12-19-2007 at 02:56 AM
RE: RE: [Request] ..:Help for scriptfunction!!:.. - by Jumpfreakske on 12-19-2007 at 09:27 AM
RE: [Request] ..:Help for scriptfunction!!:.. - by davidpolitis on 12-19-2007 at 09:58 AM
RE: RE: [Request] ..:Help for scriptfunction!!:.. - by Jumpfreakske on 12-19-2007 at 10:10 AM
RE: [Request] ..:Help for scriptfunction!!:.. - by davidpolitis on 12-19-2007 at 10:12 AM
RE: [Request] ..:Help for scriptfunction!!:.. - by Jumpfreakske on 12-19-2007 at 10:14 AM
RE: [Request] ..:Help for scriptfunction!!:.. - by davidpolitis on 12-19-2007 at 10:21 AM
RE: RE: [Request] ..:Help for scriptfunction!!:.. - by Jumpfreakske on 12-19-2007 at 10:23 AM
RE: RE: RE: [Request] ..:Help for scriptfunction!!:.. - by davidpolitis on 12-19-2007 at 10:24 AM
RE: RE: RE: RE: [Request] ..:Help for scriptfunction!!:.. - by Jumpfreakske on 12-19-2007 at 10:28 AM
RE: [Request] ..:Help for scriptfunction!!:.. - by Matti on 12-19-2007 at 11:03 AM
RE: [Request] ..:Help for scriptfunction!!:.. - by davidpolitis on 12-19-2007 at 11:10 AM
RE: [Request] ..:Help for scriptfunction!!:.. - by Matti on 12-19-2007 at 11:16 AM
RE: [Request] ..:Help for scriptfunction!!:.. - by davidpolitis on 12-19-2007 at 11:22 AM
RE: [Request] ..:Help for scriptfunction!!:.. - by Jumpfreakske on 12-19-2007 at 11:39 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