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'