messenger scripting questions
- From: gbgkille69@xxxxxxxx
- Date: 24 Nov 2005 06:07:16 -0800
Hello
I have Windows Messenger and MSN Messenger installed on my computer.
I'd like to initiate a chat session from a jscipt. The following script
works fine on my computer and will open a chat session using MSN:
start.js:
var obj = new ActiveXObject("Messenger.UIAutomation.1");
obj.AutoSignin();
obj.InstantMessage( "user@xxxxxxxx" );
When I try the same script on a cumputer that only has Windows
Messenger installed nothing will happen.
How can I know which messengers that are instaleld?
How can I know which is the default messenger?
How can I force that Windows Messenger is used if the system has both?
Why does the above script fial on systems that only have Windows
Messenger but not MSN Messenger?
.
- Prev by Date: Re: Keeping Logs
- Next by Date: Re: Do you use msgplus?
- Previous by thread: Re: Keeping Logs
- Next by thread: Re: Error msg 80072ee6 when TRYING to log into Messenger 7.5
- Index(es):